프로그래밍 일반/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