Forwarded from Tech Cheat Sheet (Oleg Kovalov)
REST Servers in Go
- Part 1 - standard library (this post)
- Part 2 - using a router package
- Part 3 - using a web framework
- Part 4 - using OpenAPI and Swagger
- Part 5 - middleware
#go #golang #REST
- Part 1 - standard library (this post)
- Part 2 - using a router package
- Part 3 - using a web framework
- Part 4 - using OpenAPI and Swagger
- Part 5 - middleware
#go #golang #REST
https://github.com/mholt/curl-to-go
https://mholt.github.io/curl-to-go/
#curl #go #golang #generator #github
https://mholt.github.io/curl-to-go/
#curl #go #golang #generator #github
GitHub
GitHub - mholt/curl-to-go: Convert curl commands to Go code in your browser
Convert curl commands to Go code in your browser. Contribute to mholt/curl-to-go development by creating an account on GitHub.
Testing Kubernetes Operators using EnvTest
https://www.infracloud.io/blogs/testing-kubernetes-operator-envtest/
#k8s #kubernetes #go #envtest
https://www.infracloud.io/blogs/testing-kubernetes-operator-envtest/
#k8s #kubernetes #go #envtest
InfraCloud
Testing Kubernetes Operators using EnvTest
Explore how to write Integration Tests for your Kubernetes Operators in a cost-effective and simplified way using EnvTest to build a robust testing environment.