()
| 40 | } |
| 41 | |
| 42 | func ExampleProfilePath() { |
| 43 | // set the location that the profile will be written to |
| 44 | defer profile.Start(profile.ProfilePath(os.Getenv("HOME"))).Stop() |
| 45 | } |
| 46 | |
| 47 | func ExampleNoShutdownHook() { |
| 48 | // disable the automatic shutdown hook. |
nothing calls this directly
no test coverage detected
searching dependent graphs…