mirror of
https://github.com/cubixle/tuugen.git
synced 2026-04-24 21:24:42 +01:00
initial commit
This commit is contained in:
0
templates/data_obj.go.tmpl
Normal file
0
templates/data_obj.go.tmpl
Normal file
5
templates/main.go.tmpl
Normal file
5
templates/main.go.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
5
templates/service.go.tmpl
Normal file
5
templates/service.go.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
type Service struct {
|
||||
|
||||
}
|
||||
|
||||
func {{ name }}()
|
||||
Reference in New Issue
Block a user