-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
gen-goRelated to the Go code generatorRelated to the Go code generator
Description
wit-bindgen-go was written by a Go novice (me) and could use some feedback from experienced Go developers regarding API idioms. Here are some examples of potential improvements:
- Make functions which return
result<T, E>in WIT return e.g.(T, *E)in Go and ensure that*Eimplements the standard GoErrorinterface - Implement
io.WriterforStreamWriter[u8]andio.ReaderforStreamReader[u8]
I'm sure others will have more ideas.
Metadata
Metadata
Assignees
Labels
gen-goRelated to the Go code generatorRelated to the Go code generator