3e0d5de7a3
rand.Intn(math.MaxInt64) causes tests to fail on 32-bit architectures. Use the simpler rand.Int() instead, which still provides plenty of room for generating pseudo-random test usernames. |
||
---|---|---|
.. | ||
api.go | ||
api_integration_test.go | ||
category.go | ||
entry.go | ||
feed.go | ||
icon.go | ||
middleware.go | ||
opml.go | ||
payload.go | ||
subscription.go | ||
user.go |