Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 363 Bytes

Gogen

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() {
}

TODO

  • modularize generator to use with other generators