add: Go module, proto definitions

This commit is contained in:
Charles Hathaway
2023-09-17 16:29:46 -07:00
parent 6d4eef18cc
commit 922ba64a84
3 changed files with 86 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello world!\n")
}