개발관련/Go Lang

Go language package 찾는 주소

후니의 개발이야기 2021. 9. 9. 08:29
728x90
반응형

Flutter 에는 pub.dev 에서 개발할때 필요한 패키지를 찾아서 사용을 하는데요. 
Go Language 에서는 그런 사이트가 없는지 찾아봤습니다.
역시나 존재하는 사이트가 있더군요.

https://pkg.go.dev/std

 

Standard library - pkg.go.dev

Directories ¶ Expand all tar Package tar implements access to tar archives. Package tar implements access to tar archives. zip Package zip provides support for reading and writing ZIP archives. Package zip provides support for reading and writing ZIP arch

pkg.go.dev

 

728x90