You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-17 00:17:59 +02:00
11 lines
160 B
Go
11 lines
160 B
Go
![]() |
package user_account
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TestUserFindByAccount validates that find users by account works.
|
||
|
func TestUserFindByAccount(t *testing.T) {
|
||
|
|
||
|
}
|