https://github.com/aman-bansal/go_json_tag_generator
Simple tool that add json tags to go lang structs
https://github.com/aman-bansal/go_json_tag_generator
go json tool
Last synced: about 1 month ago
JSON representation
Simple tool that add json tags to go lang structs
- Host: GitHub
- URL: https://github.com/aman-bansal/go_json_tag_generator
- Owner: aman-bansal
- License: gpl-3.0
- Created: 2020-04-12T16:47:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T15:32:27.000Z (about 6 years ago)
- Last Synced: 2024-04-17T11:10:30.714Z (about 2 years ago)
- Topics: go, json, tool
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go_json_tag_generator
---------------------
Simple tool that add json tags to go lang structs
Installation
------------
You need to install the json_tag_generator. To get the latest released version use:
```GO111MODULE=on go get github.com/aman-bansal/go_json_tag_generator@latest```
Running go_get_set_generator
----------------------------
```json_tag_generator -source=path/fileName.go```
Scope Of Improvement
--------------------
1. Add command line option to get the list of structs
Issue Reporting
----------------
If you found any issues or wanted to suggest any enhancement, do create an issue in the repo itself or shoot an email to bansalaman2905[at]gmail[dot]com.