I hereby claim:
- I am dnephin on github.
- I am dnephin (https://keybase.io/dnephin) on keybase.
- I have a public key ASAbunDvxglCI9lECiuhCXKI2kFxyYsu4nP6bJ0MsJKtIgo
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"github.com/dnephin/ppp/foo" | |
"plugin" | |
) | |
func main() { | |
fmt.Println("MAIN") |
I hereby claim:
To claim this, I am signing this object:
package logging | |
import ( | |
"context" | |
"github.com/sirupsen/logrus" | |
) | |
type ( | |
fieldsKey struct{} |
https://github.com/venantius/ultra | |
https://github.com/weavejester/eftest | |
https://github.com/lambdaisland/kaocha |
https://github.com/mitchellh/mapstructure
https://github.com/dnephin/demo/blob/master/mapstructure/mapstructure_test.go
$ go test -bench Something -run Nothing -tags stubpkg ./testjson/internal/good/ | |
goos: linux | |
goarch: amd64 | |
pkg: gotest.tools/gotestsum/testjson/internal/good | |
cpu: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz | |
BenchmarkSomething-8 88722897 13.12 ns/op | |
PASS | |
ok gotest.tools/gotestsum/testjson/internal/good 1.181s | |
There are many paths to register a check. Many of these use different struct types, so to properly validate and convert a check, all of these paths must be reviewed and tested.
Checks
fieldCheck
or Checks
fieldsCheck
fieldgo build -debug-actiongraph=compile.json
jq 'sort_by(.CmdReal) | reverse | .[] | select(.CmdReal != null) | {Time: (.CmdReal / 1000 / 1000 / 1000), Package}' compile.json | less