-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go 기초 문서 읽기 #255
Labels
Comments
https://go.dev/doc/tutorial/getting-started
|
https://go.dev/doc/tutorial/create-module go 파일 -> 패키지 -> 모듈
|
https://go.dev/tour/flowcontrol/13 defer 로 함수호출을 하면 stack 형태로 last in first out 호출이 된다. |
type assertions
map 을 접근하는 형태와 유사
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://go.dev/doc/
go modules
The text was updated successfully, but these errors were encountered: