Skip to content

YoungHaKim7/Go_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go_training

Link

Tutorial (Go)

https://go.dev/doc/tutorial/getting-started

Go Playground

https://go.dev/play/

WorkSpace 만들어주기


- go.work // go version 관리
- tools  // LSP관련자료

// 작업공간 workspace
- go_lang
├── Go_training
│   ├── 01_Go_Tutorial
│   │   ├── 01_Hello_Go
│   │   │   ├── main.go
│   │   │   └── README.md
│   │   └── README.md
│   └── README.md
└── test_go
    └── main.go


https://github.com/golang/tools

Go LSP Server

Go WorkSpace 만들어주기

https://github.com/golang/tools/blob/master/gopls/doc/workspace.md

.gitignore Go Lang[🔝]

# macOS
.DS_Store

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages