프로그래밍 일반/Go 프로그래밍

Go 언어 Json 태그 자동 추가/삭제

지노윈 2024. 4. 18. 18:09
반응형

 

https://github.com/fatih/gomodifytags

 

go install github.com/fatih/gomodifytags@latest

 

사용 예)

gomodifytags -file channel_data.go -struct RequestCreateOpenChannel -add-tags json -w   

gomodifytags -file channel_data.go -struct ResponseOkCreateOpenChannel -remove-tags json -w

 

 

'프로그래밍 일반 > Go 프로그래밍' 카테고리의 다른 글

[Go] Slice 기능 요약  (1) 2024.04.22
Go 언어의 Json Tag  (0) 2024.04.18
GoLand 여러개 열기  (0) 2024.04.17
C++ 개발자를 위한 Go 언어 요약 정리  (1) 2024.04.15