google / shenzhen-go

Experimental visual Go environment
Apache License 2.0
464 stars 44 forks source link

dev: Support generating, building/installing, etc from command line #22

Open DrJosh9000 opened 6 years ago

DrJosh9000 commented 6 years ago

It should be easy to integrate szgo into a //go:generate, for instance.

$ shenzhen-go $FILE   # open this file in the gui directly
$ shenzhen-go generate $FILE   # no gui, just create the .go
$ shenzhen-go build $FILE   # just create and build the .go

et cetera.