Difference between revisions of "Go build"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<code>go build</code> == See also == * {{go}}")
 
Line 1: Line 1:
 
<code>go build</code>
 
<code>go build</code>
  
 +
 +
go build your_file.go
 +
# command-line-arguments
 +
./your_file.go:7:1: syntax error: [[non-declaration statement outside function body]]
  
  
 
== See also ==
 
== See also ==
 
* {{go}}
 
* {{go}}

Revision as of 06:26, 29 April 2020

go build


go build your_file.go

  1. command-line-arguments

./your_file.go:7:1: syntax error: non-declaration statement outside function body


See also

Advertising: