remove some codes

This commit is contained in:
mohammad katoozi 2019-03-20 21:32:12 +03:30
parent 1d6ee71300
commit aa62fb7584
2 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,9 @@ func TestToDBName(t *testing.T) {
"FieldX": "field_x", "FieldX": "field_x",
"HTTPAndSMTP": "http_and_smtp", "HTTPAndSMTP": "http_and_smtp",
"HTTPServerHandlerForURLID": "http_server_handler_for_url_id", "HTTPServerHandlerForURLID": "http_server_handler_for_url_id",
"UUID": "uuid", "UUID": "uuid",
"HTTPURL": "http_url", "HTTPURL": "http_url",
"HTTP_URL": "http_url", "HTTP_URL": "http_url",
"ThisIsActuallyATestSoWeMayBeAbleToUseThisCodeInGormPackageAlsoIdCanBeUsedAtTheEndAsID": "this_is_actually_a_test_so_we_may_be_able_to_use_this_code_in_gorm_package_also_id_can_be_used_at_the_end_as_id", "ThisIsActuallyATestSoWeMayBeAbleToUseThisCodeInGormPackageAlsoIdCanBeUsedAtTheEndAsID": "this_is_actually_a_test_so_we_may_be_able_to_use_this_code_in_gorm_package_also_id_can_be_used_at_the_end_as_id",
} }

View File

@ -79,8 +79,8 @@ type Assignment struct {
// Clone clone current statement // Clone clone current statement
func (stmt *Statement) Clone() *Statement { func (stmt *Statement) Clone() *Statement {
newStatement := *stmt // newStatement := *stmt
return &newStatement return &*stmt
} }
// BuildCondition build condition // BuildCondition build condition