initial commit

This commit is contained in:
cubixle
2021-06-14 20:48:06 +01:00
commit a7ddf5c846
14 changed files with 384 additions and 0 deletions

View File

5
templates/main.go.tmpl Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
}

View File

@@ -0,0 +1,5 @@
type Service struct {
}
func {{ name }}()