Go cli: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= This is just a page on go command options" |
|||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
This is just a page on go command options | This is just a page on go command options | ||
<syntaxhighlight lang="bash"> | |||
go help <command> | |||
// e.g. | |||
go help test | |||
</syntaxhighlight> | |||
We can go to https://golang.org/cmd/go/ for online |
Revision as of 01:44, 30 January 2021
Introduction
This is just a page on go command options
go help <command>
// e.g.
go help test
We can go to https://golang.org/cmd/go/ for online