1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-10 22:41:25 +02:00

completed user management

This commit is contained in:
Lee Brown
2019-08-05 01:13:03 -08:00
parent 6680064cd5
commit a616249be3
12 changed files with 507 additions and 85 deletions

View File

@@ -0,0 +1,10 @@
package user_account
import (
"testing"
)
// TestUserFindByAccount validates that find users by account works.
func TestUserFindByAccount(t *testing.T) {
}