Created
October 27, 2020 14:35
-
-
Save 0xc0d/0b98f6f2a0f837a02767d36b48a380ae to your computer and use it in GitHub Desktop.
Dave Cheney Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func main() { | |
defer profile.Start(profile.ProfilePath(".")).Stop() | |
// do something | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment