init_ce.go 76 B

12345678
  1. //go:build !ee
  2. // +build !ee
  3. package loader
  4. func init() {
  5. sharedInit()
  6. }