An open API service indexing awesome lists of open source software.

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.

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