package gormExample import "testing" func TestMigrate(t *testing.T) { Migrate() } func TestPointerDiff(t *testing.T) { PointerDiff() } func TestCustomType(t *testing.T) { CustomType() } func TestIAndCCreate(t *testing.T) { IAndCCreate() } func TestServiceCRUD(t *testing.T) { ServiceCRUD() } func TestPaperCrud(t *testing.T) { PaperCrud() } func TestCustomSerializer(t *testing.T) { CustomSerializer() }