formatting1 Formatting in golang golang은 C-style의 포맷팅을 지원한다. 하지만 좀 더 고수준의 언어이기 때문에 좀 더 다양한 타입에 대한 출력을 지원한다. 이에 golang에서의 출력 포맷을 정리해볼 필요를 느껴서 정리해 본다. 참고: https://pkg.go.dev/fmt General %vthe value in a default format when printing structs, the plus flag (%+v) adds field names %#va Go-syntax representation of the value %Ta Go-syntax representation of the type of the value %%a literal percent sign; consumes no value %v 인스턴스 출력 {1 .. 2023. 9. 3. 이전 1 다음