chore: refine docker for better compatible with package main (#1944)
* chore: refine docker for better compatible with package main * chore: default to current dir on goctl docker command
This commit is contained in:
@@ -46,10 +46,10 @@ package {{.pkg}}
|
||||
{{.vars}}
|
||||
{{.types}}
|
||||
{{.new}}
|
||||
{{.insert}}
|
||||
{{.find}}
|
||||
{{.update}}
|
||||
{{.delete}}
|
||||
{{.find}}
|
||||
{{.insert}}
|
||||
{{.update}}
|
||||
{{.extraMethod}}
|
||||
{{.tableName}}
|
||||
`, util.DoNotEditHead)
|
||||
|
||||
Reference in New Issue
Block a user