fullstack-lang / gong

Gong (go+ng) is a go sub-language that compiles to go and angular. All valid go is valid gong and vice versa. Gong enables fast development of web applications. Gong is model centric and by default, a UML diagram editor of the model is embedded in each application.
MIT License
12 stars 1 forks source link

Make gong.go more generic #374

Open thomaspeugeot opened 1 year ago

thomaspeugeot commented 1 year ago
PointerToGongStruct {
  GetName()
  Stage()
  Unstage()
  Commit()
  Checkout()
}

Some generated code could be make more generic