boot.go 72 B

123456789
  1. package boot
  2. import (
  3. _ "youngmini_server/packed"
  4. )
  5. func init() {
  6. }