Skip to content

hyunsungK/TIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Go Package

Goal πŸš€

GO μ–Έμ–΄κ°€ κ΅¬λ™λ˜λŠ” ν™˜κ²½μ—μ„œ νŒ¨ν‚€μ§€μ˜ κ°œλ…μ„ μ΄ν•΄ν•˜κ³  ν™œμš©ν•  수 μžˆλ‹€.

Getting started

  • build
# env GO111MODULE=off go build -o <output> ./<date>/main.go  
env GO111MODULE=off go build ./2021-07-15/main.go
  • Run
# env GO111MODULE=off go run ./<date>/main.go  
env GO111MODULE=off go run ./2021-07-15/main.go 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages