gist:7a549a664f58552e571ce6273f05cc2b · GitHub

Skip to content '"` </textarea></xmp> All gists GitHub Sign up for a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. Star 0 Fork 0 kyleterry / gist:7a549a664f58552e571ce6273f05cc2b Secret Created Aug 9, 2018 Embed What would you like to do? Embed Embed this gist in your website. Share Copy sharable URL for this gist. Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. Learn more about clone URLs Download ZIP Code Revisions 1 Raw gistfile1.txt package tasks import ( "fmt" "reflect" "sync" ) var ( // taskRegistery maintains a list of all the currently-registerd tasks. taskRegistery map[string]reflect.Type //...

Linked on 2018-08-09 17:53:02 | Similar Links