register_init.go 110 B

12345
  1. package initialize
  2. func init() {
  3. // do nothing,only import source package so that inits can be registered
  4. }