Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
183 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 12 commits in 2 repositories
Created a pull request in yukithm/json2csv that received 1 comment
jsonpointer: allocate strings replacers at init
Allocate string.Replacer used for escaping/unescaping token at init time instead of every time a token is escaped/unescaped.
This makes a huge perf…
Created an issue in golang/go that received 2 comments
fmt: more doc needed for Formatter
Current (go1.15, tip) documentation of interface fmt.Formatter:
Formatter is implemented by any value that has a Format method. The implementation…

