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
1,868 contributions in the last year
Contribution activity
July 2020
- mvdan/kit Go
Created a pull request in go-kit/kit that received 2 comments
log/term: fix build on GOOS=js GOARCH=wasm
Before this fix, the build would fail, as IsTerminal isn't defined on
that platform:
$ GOOS=js GOARCH=wasm go build
# github.com/go-kit/kit/log/ter…
+1
−1
•
2
comments
- Strengthen literal obfuscation (Use XOR instead of AES for literal obfuscation.)
- Fix 'A required privilege is not held by the client' on Windows
- Fix README mentioning old HidePanics function
- Suppress fatal panic messages
- Simplify detection of reflection
- Skip literals used in constant expressions.
- Only add crypto dependencies if -literals is passed
Created an issue in golang/go that received 2 comments
cmd/go: 'get -d' failing on modules with only a build-ignored Go file in their root directory
#!/bin/bash docker run -i golang:1.15beta1 <<-SCRIPT set -ex go version go env mkdir /tmp/foo cd /tmp/foo go mod init test go get -d google.golang.…
2
comments
46
contributions
in private repositories
Jul 1 – Jul 16