dndex/server/users_test.go

8 lines
88 B
Go

package server
import "testing"
func TestUsers(t *testing.T) {
t.Fatal("not impl")
}