init.go 56 B

12345
  1. package modules
  2. func init() {
  3. print("init modules")
  4. }