init with package.json to store dev and build commands

This commit is contained in:
2022-11-22 16:19:46 +00:00
parent 64c9a2a5a2
commit 1e091437fd
5 changed files with 256 additions and 0 deletions

7
src/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}