App.go 80 B

12345678910111213
  1. package core
  2. func AppPrepare() {
  3. }
  4. func AppStart() {
  5. }
  6. func AppStop() {
  7. }