github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/simple/testdata/src/generated/generated.go (about)

     1  // Code generated by a clever monkey. DO NOT EDIT.
     2  
     3  package pkg
     4  
     5  func fn() {
     6  	for true {
     7  	}
     8  }
     9  
    10  //line input.go:2
    11  func fn2() {
    12  	for true {
    13  	}
    14  }