Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 89 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 89 Bytes

GO Cheatsheet

Create modules

go mod init xxx/yyy

Run go code

go run .