This commit is contained in:
2025-07-19 13:12:35 -04:00
commit 1af1c0a132
6 changed files with 56 additions and 0 deletions

12
cmd/app1/main.go Normal file
View File

@@ -0,0 +1,12 @@
package main
import (
"fmt"
)
//go:generate
func main() {
fmt.Println("App1")
}