pull/1482/head
Rongjian Lan 5 years ago
parent 3537f7ad24
commit 6eafc5e9d7
  1. 8
      internal/utils/gomock_reflect_069400606/prog.go

@ -1,4 +1,3 @@
package main
import (
@ -19,13 +18,12 @@ var output = flag.String("output", "", "The output file name, or empty to use st
func main() {
flag.Parse()
its := []struct{
its := []struct {
sym string
typ reflect.Type
}{
{ "Logger", reflect.TypeOf((*pkg_.Logger)(nil)).Elem()},
{"Logger", reflect.TypeOf((*pkg_.Logger)(nil)).Elem()},
}
pkg := &model.Package{
// NOTE: This behaves contrary to documented behaviour if the

Loading…
Cancel
Save