test.go 307 B

12345678910111213
  1. package main
  2. /*
  3. Development test playground
  4. To developers: If you have anything you want to try before
  5. merging into other modules, test it here. This will execute
  6. after all the startup process is ready and you can access
  7. all global objects from the Run_Test() function below.
  8. */
  9. func Run_Test() {
  10. }