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