examples
examples copied to clipboard
Examples for goa showing specific capabilities
I'd love to see the cellar example fleshed out with some tests. Being somewhat new to the language this would just be helpful to get at least a baseline for...
Give example with two GRPC API communicate each other
Thanks for making those good examples to see how something is working. I tried to work with the streaming example chatter/chatter-cli and I was wondering in the beginning, why the...
Add file upload in multipart example. That will be helpful to understand the way to upload a file using the multipart. @raphael @nitinmohan87
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. Release notes Sourced from actions/setup-go's releases. v5.0.2 What's Changed Bug fixes: Fix versions check failure by @HarithaVattikuti in actions/setup-go#479 Dependency updates: Bump braces from...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2. Release notes Sourced from github.com/go-chi/chi/v5's releases. v5.2.2 What's Changed Use strings.Cut in a few places by @JRaspass in go-chi/chi#971 Fix non-constant format strings in...
The current example has hard coded js at https://github.com/goadesign/examples/blob/master/sse/public/index.html Suggest we look at using datastar because it removes all custom JS, by using a htmx pattern: https://github.com/starfederation/datastar/tree/develop/examples/go/hello-world ```sh go run...
I'm on windows. Working through the basic examples readme. There appears to be a problem with generating paths in the code on windows. $Env:GOPATH returns C:\Users\fuzzy\go I run the following...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.1.0. Release notes Sourced from actions/setup-go's releases. v6.1.0 What's Changed Enhancements Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by @nicholasngai in actions/setup-go#665 Add...