issues
search
utrack
/
clay
Proto-first minimal server platform for gRPС+REST+Swagger APIs
MIT License
290
stars
37
forks
source link
`go mod tidy` and `context` in example
#100
Closed
doroginin
closed
3 years ago
doroginin
commented
3 years ago
do
go mod tidy
in all modules
use
context
instead of
golang.org/x/net/context
in example app
utrack
commented
3 years ago
LGTM, thanks 👍
go mod tidy
in all modulescontext
instead ofgolang.org/x/net/context
in example app