bootstrap.go 57 B

12345
  1. package bootstrap
  2. func Do(c string) error {
  3. panic(c)
  4. }