SDC needs you -- redux

Mengu via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 18 15:08:24 PDT 2015


On Saturday, 18 April 2015 at 21:21:42 UTC, Andrei Alexandrescu 
wrote:
> On 4/18/15 10:21 AM, Shammah Chancellor wrote:
>> The tooling for golang is a major reason for it's adoption.  
>> This
>> tooling looks like gofix, gofmt, govet, etc.  We need this 
>> tooling to be
>> able to succeed.
>
> Agreed (as with your entire call to arms - nicely done). 
> Where's a complete description of Go's out-of-the-box tooling? 
> That's definitely an example we can draw inspiration from. -- 
> Andrei

here it is: https://golang.org/cmd/

many of them are also passed to go cmd as an argument. like go 
fmt, go vet, go test, etc.


More information about the Digitalmars-d mailing list