Go examples
This section includes examples of WebAssembly components and capability providers for wasmCloud written in Go. Examples are automatically propagated from the wasmCloud/go repository.
Components
- HTTP Client
 - HTTP Key-Value CRUD
 - HTTP Password Checker
 - HTTP Server
 - Go Component SDK with Custom WIT
 - Go SQLDB Postgres
 
Providers
Further reading
- For more information on building Go-based components, see Building components with Go.
 - For more information on building Go-based providers, see Building providers with Go.