/gonew

Primary LanguageGoMIT LicenseMIT

gonew

A small hacky script to create a new Go project inspired by Hugo new command

Requirements

You must have GOPATH already configured.

The script creates a new project directory to your $GOPATH/src folder.

Example

$ gonew test
$ ls $GOPATH/src/test
$ test.go