convention1 Go convention 정리 Golang으로 코드를 작성할 때 알아두면 좋은 convention을 정리해두고자 한다. 참고 자료 https://github.com/golang/go/wiki/CodeReviewComments Comment 주석은 full sentence로 달도록 하자. // Request represents a request to run a command. type Request struct { ... // Encode writes the JSON encoding of req to w. func Encode(w io.Writer, req *Request) { ... Contexts context는 security credential, deadline, cancelation 등을 담을 수 있다. 함수의 첫 번째 인자로.. 2023. 10. 3. 이전 1 다음