package gormExample import "testing" func TestSessionIssue(t *testing.T) { SessionIssue() } func TestSessionDB(t *testing.T) { SessionDB() } func TestSessionNew(t *testing.T) { SessionNew() } func TestSessionOptions(t *testing.T) { SessionOptions() }