https://github.com/russellluo/fieldmask
Partial reads and updates made easy for REST APIs in Go.
https://github.com/russellluo/fieldmask
Last synced: over 1 year ago
JSON representation
Partial reads and updates made easy for REST APIs in Go.
- Host: GitHub
- URL: https://github.com/russellluo/fieldmask
- Owner: RussellLuo
- License: mit
- Created: 2022-06-01T02:13:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T10:38:29.000Z (about 4 years ago)
- Last Synced: 2025-03-22T14:41:33.128Z (over 1 year ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/RussellLuo/fieldmask
- Size: 10.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fieldmask
Partial reads and updates made easy for REST APIs in Go.
中文博客:[如何用 Go 实现 REST API 部分更新][1]。
## Documentation
Checkout the [Godoc][2].
## License
[MIT](LICENSE)
[1]: http://russellluo.com/2022/06/partial-updates-in-rest-apis-with-go.html
[2]: https://pkg.go.dev/github.com/RussellLuo/fieldmask