From 8b66404405d3e4c680357406aa3e2080f817688c Mon Sep 17 00:00:00 2001 From: Pieter Claerhout Date: Mon, 11 Nov 2019 14:37:39 +0100 Subject: [PATCH] Added go-james --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 235e33e2818..1f8ec108429 100644 --- a/README.md +++ b/README.md @@ -2072,6 +2072,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [generator-go-lang](https://github.com/axelspringer/generator-go-lang) - A [Yeoman](http://yeoman.io) generator to get new Go projects started. * [gilbert](https://go-gilbert.github.io) - Build system and task runner for Go projects. * [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format. +* [go-james](https://github.com/pieterclaerhout/go-james) - Go project skeleton creator, builds and tests your projects without the manual setup. * [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) - Bash completion for go and wgo. * [go-swagger](https://github.com/go-swagger/go-swagger) - Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. * [godbg](https://github.com/tylerwince/godbg) - Implementation of Rusts `dbg!` macro for quick and easy debugging during development.