Helps you to generate code using OpenAI API.
package main
//go:generate gogen --prompt "write golang function that implements debounce algorithm where you get channel with inputs and return channel with outputs. We can parametrize function with duration."
func main() {
}
- modularize generator to use with other generators