package gormExample import "testing" func TestUpdatePK(t *testing.T) { UpdatePK() } func TestUpdateWhere(t *testing.T) { UpdateWhere() } func TestUpdateNoWhere(t *testing.T) { UpdateNoWhere() } func TestUpdateExpr(t *testing.T) { UpdateExpr() }