kittenipc/kitcom/gogen.go
2025-10-16 13:07:39 +03:00

10 lines
161 B
Go

package main
type GoApiGenerator struct {
}
func (g *GoApiGenerator) Generate(api *Api, destFile string) error {
//TODO implement me
panic("implement me")
}