Cancel Create saved search Sign in Sign up {{ message }} to-be-architect / dep Public forked from golang/dep Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests Actions Projects Security Insights ...
If your tool can read from stdin or you have code to suggest which is good, support can be happily added for it. If you are interested in the general direction of the project, check out the wiki home page. The wiki includes a Roadmap for the future, and more. If you'd liked to ...
28 29 type fetchWatcher struct { 29 - transfers []*tq.Transfer 30 - virtuallyFetched map[string]bool 31 - } 32 - 33 - func newfetchWatcher() *fetchWatcher { 34 - ret := &fetchWatcher{} 35 - if fetchJsonArg { 36 - ret.transfers = make([]*tq.Transfer, 0) 37 -...
6 changes: 3 additions & 3 deletions 6 cmd/metrics-adapter/app/options/options.go Original file line numberDiff line numberDiff line change @@ -114,9 +114,9 @@ func (o *Options) Config(stopCh <-chan struct{}) (*metricsadapter.MetricsServer, err = server.GenericAPIServer.AddPostStartHo...
// This will check if disk should be taken offline. func (p *xlStorageDiskIDCheck) checkHealth(ctx context.Context) (err error) { if atomic.LoadInt32(&p.health.status) == diskHealthFaulty { return errFaultyDisk } // Check if there are tokens. if len(p.health.tokens) ...
if.go import.go import1.go import2.go import4.go import5.go import6.go index.go index0.go index1.go index2.go indirect.go indirect1.go init.go init1.go initcomma.go initexp.go initialize.go initializerr.go initloop.go inline.go inline_big.go inline_caller.go inline_callers.go ...
This repository has been archived by the owner on Sep 9, 2020. It is now read-only. golang/depPublic archive NotificationsYou must be signed in to change notification settings Fork1k Star12.9k Code Issues Pull requests Actions Wiki
You can implement your own Checker and Storage types. If it's general enough, feel free to submit a pull request so others can use it too! Building with Docker Linux binary: git clone git@github.com:sourcegraph/checkup.gitcdcheckup docker pull golang:latest docker run --net=host --rm...
Diff for: collection/collection.go +28 Original file line numberDiff line numberDiff line change @@ -0,0 +1,28 @@ 1 + package collection 2 + 3 + // StringSet is a simple implementeation of the Set data structure. 4 + // An empty struct allegedly takes zero memory 5 +...
if ! command -v "${COMMAND}" >/dev/null 2>&1; then go install -v github.com/incu6us/goimports-reviser/v3@v3.4.1 fi } general_format() { "${COMMAND}" -rm-unused -set-alias -imports-order "${ORDER}" -format -recursive "$(pwd)" } quick_format() { "${COMMAND}" ...