Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 480 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 480 Bytes
  • Before writing anything, use go mod init hello (name of package) ,go mod init is similiar to npm init.

  • use go run main.go to run the file.

  • every language has lexur, it check that whether given follow the correct grammer wrt the coding languauge

  • to build exec file for diff os -> GOOS = "windows" go build