Go-release-tools: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


The project started with the first go project [[bakm]] and it consists in thin wrappers around Go tooling.
The project started with the first go project [[bakm]] and it consists in thin wrappers around Go tooling. See https://github.com/NovaOrdis/go/tree/master/commands/bakm/bin


Examples:
Examples:
Line 13: Line 13:
clean
clean
format
format
</font>
</pre>


Currently experimental.
Currently experimental.

Latest revision as of 03:33, 5 April 2016

Internal

Overview

The project started with the first go project bakm and it consists in thin wrappers around Go tooling. See https://github.com/NovaOrdis/go/tree/master/commands/bakm/bin

Examples:

build
clean
format

Currently experimental.