This repo is a template to start a new go project. The binary generated only shows a hello world message, but it have the enough infrastucture and code to start a go project and run the tests.
To build the gotemplate command run:
make
and it will generate the binary in bin/gotemplate
. To run the tests you should
run:
make tests
and it will show the tests results on the terminal.
Gotemplate is licensed under the GNU GPLv3. You should have received a copy of the GNU General Public License along with Gotemplate. If not, see http://www.gnu.org/licenses/.