[Golang] How to run .go file in Windows cmd

How to run .go file in Windows cmd

(1) direct to the file folder

Ex.: cd C:\Go\src\temp

(2) send command...

go run temp.go

留言

這個網誌中的熱門文章

[Python] raw_input() function

[Golang] for