Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 795 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 795 Bytes

GoWorkspace

A Boilr template for creating a go-lang workspace: https://golang.org/doc/code.html

Creates the directory structure:

  |-{{ProjectName}
    |- bin/
    |- pkg/
    |- src/

Installation

  $ boilr template download jinmatt/boilr-go-workspace GoWorkspace

Updates

If you need to fetch the newer version, try this:

  $ boilr template download jinmatt/boilr-go-workspace GoWorkspace -f

Usage

  # boilr template use GoWorkspace <project-name>
  $ boilr template use GoWorkspace FooBarApp

Thanks

Contributing

Contributions are always welcome! Nothing is to small, and the best place to start is to open an issue.

-- jinmatt