Skip to content

three simple tools to init a go directory -> run -> build

Notifications You must be signed in to change notification settings

4zv4l/ginit_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ginit_tools

three simple tools to init a go directory -> run -> build

ginit

ginit <project_name>

  • will create a folder with three folders inside -> bin/pkg/src
  • will also create a basic main.go in src/

grun

grun

  • will simply run the main.go file in src/ (must be in the root of the project folder)

gbuild

gbuild

  • will build the project and output the binary in bin/ (must be in the root of the project folder)