module
0.0.0-20241014075340-89b2aaeb7871
Repository: https://github.com/decorickey/go-apps.git
Documentation: pkg.go.dev
# README
go-apps
Commands
# Initialize
go mod init github.com/decorickey/go-apps
# Run app
go run main.go
go run .
# Initialize
go mod init github.com/decorickey/go-apps
# Run app
go run main.go
go run .