You've already forked golang-saas-starter-kit
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:
10
internal/user_account/user_test.go
Normal file
10
internal/user_account/user_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package user_account
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TestUserFindByAccount validates that find users by account works.
|
||||
func TestUserFindByAccount(t *testing.T) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user