github.com/cockroachdb/tools@v0.0.0-20230222021103-a6d27438930d/go/analysis/passes/timeformat/testdata/src/b/b.go (about)

     1  package b
     2  
     3  type B struct {
     4  }
     5  
     6  func Parse(string, string) B {
     7  	return B{}
     8  }
     9  
    10  func (b B) Format(string) {
    11  }