Skip to content

jamiebarnett/goinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

goinit

A tool to create the structure for a new Go project.

Usage

Run the following command in what will be the parent directory of the new project.

goinit --projectName=myProject

Will create:

myProject
├── cmd
│   └── myProject
│       └── main.go
└── pkg

About

A tool to create the structure needed for a new Go project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages