# Go 프로젝트를 시작하는 법 2023

> Clean Markdown view of GeekNews topic #9290. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9290](https://news.hada.io/topic?id=9290)
- GeekNews Markdown: [https://news.hada.io/topic/9290.md](https://news.hada.io/topic/9290.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-30T11:04:01+09:00
- Updated: 2023-05-30T11:04:01+09:00
- Original source: [boyter.org](https://boyter.org/posts/how-to-start-go-project-2023/)
- Points: 28
- Comments: 2

## Topic Body

- Install / Setup  
- Starting a Project  
- Learning Go  
- Searching  
- Building / Installing  
- Linting / Static Analysis / Security Scanning  
- Profiling  
- Unit Testing  
- Integration Testing  
- Community  
- Multiple Main Entry Points  
- OS Specific Code  
- Docker  
- Useful Tools/Packages

## Comments



### Comment 16308

- Author: ggmac
- Created: 2023-05-30T18:36:00+09:00
- Points: 1

rust는 아직 없을까요?!

### Comment 16303

- Author: secret3056
- Created: 2023-05-30T11:29:32+09:00
- Points: 2

[Uber's Go Style Guide](https://github.com/TangoEnSkai/uber-go-style-guide-kr)도 좋습니다.
