Skip to content

Instantly share code, notes, and snippets.

@paddycarver
Created July 6, 2015 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paddycarver/a034b8cea060df2b0663 to your computer and use it in GitHub Desktop.
Save paddycarver/a034b8cea060df2b0663 to your computer and use it in GitHub Desktop.
path := strings.TrimRight(os.Getenv("GOPATH"), "/") + "/src/github.com/DramaFever/go-logging/log.go"
line := 463
if testing.Coverage() > 0 {
path = "github.com/DramaFever/go-logging/_test/_obj_test/log.go"
line = 448
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment