Home
last modified time | relevance | path

Searched refs:gobin (Results 1 – 25 of 131) sorted by relevance

123456

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
52 return NewCommand(directory, gobin, "list", "-f", "'{{.TestImports}}'", tagsArg, packageName)
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
116 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
52 return NewCommand(directory, gobin, "list", "-f", "'{{.TestImports}}'", tagsArg, packageName)
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/goconvey/web/server/system/
H A Dshell.go17 gobin string member
22 func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell { argument
25 gobin: gobin,
38 goconvey := findGoConvey(directory, self.gobin, packageName, tagsArg).Execute()
39 compilation := compile(directory, self.gobin, tagsArg).Execute()
51 func findGoConvey(directory, gobin, packageName, tagsArg string) Command { argument
52 return NewCommand(directory, gobin, "list", "-f", "'{{.TestImports}}'", tagsArg, packageName)
55 func compile(directory, gobin, tagsArg string) Command { argument
56 return NewCommand(directory, gobin, "test", "-i", tagsArg)
85 return NewCommand(directory, gobin, arguments...)
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A DBuild.sh13 gobin=`go env GOBIN`
14 if [ "$gobin" = "" ]
16 gobin=`go env GOPATH`
17 if [ "$gobin" = "" ]
19 gobin=`go env GOROOT`
21 gobin=`echo $gobin | sed -e 's/:.*//'`
22 gobin=$gobin/bin
25 dir=$gobin/zmq4-examples
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A DBuild.sh13 gobin=`go env GOBIN`
14 if [ "$gobin" = "" ]
16 gobin=`go env GOPATH`
17 if [ "$gobin" = "" ]
19 gobin=`go env GOROOT`
21 gobin=`echo $gobin | sed -e 's/:.*//'`
22 gobin=$gobin/bin
25 dir=$gobin/zmq4-examples
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A DBuild.sh13 gobin=`go env GOBIN`
14 if [ "$gobin" = "" ]
16 gobin=`go env GOPATH`
17 if [ "$gobin" = "" ]
19 gobin=`go env GOROOT`
21 gobin=`echo $gobin | sed -e 's/:.*//'`
22 gobin=$gobin/bin
25 dir=$gobin/zmq4-examples
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A DBuild.sh13 gobin=`go env GOBIN`
14 if [ "$gobin" = "" ]
16 gobin=`go env GOPATH`
17 if [ "$gobin" = "" ]
19 gobin=`go env GOROOT`
21 gobin=`echo $gobin | sed -e 's/:.*//'`
22 gobin=$gobin/bin
25 dir=$gobin/zmq4-examples
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/
H A Dclean.bash14 gobin="${GOBIN:-../bin}"
15 if ! "$gobin"/go help >/dev/null 2>&1; then
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
H A Dnaclmake.bash44 gobin=$GOROOT_BOOTSTRAP/bin
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.…
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/
H A Dclean.bash14 gobin="${GOBIN:-../bin}"
15 if ! "$gobin"/go help >/dev/null 2>&1; then
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/
H A Dclean.bash14 gobin="${GOROOT}"/bin
15 if ! "$gobin"/go help >/dev/null 2>&1; then
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/script/
H A Dbootstrap14 GO111MODULE=off go get -u github.com/myitcv/gobin
17 gobin github.com/campoy/embedmd@v1.0.0
20 gobin github.com/dlespiau/covertool@v0.0.0-20180314162135-b0c4c6d0583a
23 gobin github.com/klauspost/asmfmt/cmd/asmfmt@v1.2.1
26 gobin mvdan.cc/gofumpt/gofumports@v0.0.0-20200412215918-a91da47f375c
/dports/misc/perkeep/perkeep-0.11/misc/docker/synology/
H A Dbuild_syno.go55 gobin := "/go/bin"
60 gobin = "/go/bin/linux_arm"
70 buildImage(gobin, goarch, true)
73 buildImage(gobin, goarch, false)
97 func buildImage(gobin, goarch string, firstStageOnly bool) { argument
111 "--build-arg", "gobin="+gobin,
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/code-generator/
H A Dgenerate-groups.sh57 gobin="${GOBIN:-$(go env GOPATH)/bin}"
74 …"${gobin}/deepcopy-gen" --input-dirs "$(codegen::join , "${FQ_APIS[@]}")" -O zz_generated.deepcopy…
79 …"${gobin}/client-gen" --clientset-name "${CLIENTSET_NAME_VERSIONED:-versioned}" --input-base "" --…
84 …"${gobin}/lister-gen" --input-dirs "$(codegen::join , "${FQ_APIS[@]}")" --output-package "${OUTPUT…
89 "${gobin}/informer-gen" \
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/util/bot/go/
H A Denv.py32 gobin = os.path.join(goroot, 'bin')
34 if gobin not in path:
35 env['PATH'] = os.pathsep.join([gobin] + path)
/dports/misc/perkeep/perkeep-0.11/pkg/test/
H A Dworld.go51 gobin string // where the World installs and finds binaries member
105 w.gobin = filepath.Join(w.tempDir, "bin")
106 if err := os.MkdirAll(w.gobin, 0700); err != nil {
128 cmd.Env = append(os.Environ(), "GOBIN="+w.gobin)
436 return filepath.Join(w.gobin, binName+".exe")
438 return filepath.Join(w.gobin, binName)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/dist/
H A Dbuild.go25 gobin string var
114 gobin = b
444 if isfile(pathf("%s%s%c%s", gobin, slash, char, "g")) {
446 xremove(pathf("%s/%s", gobin, old))
985 xprintf(format, "GOBIN", gobin)
1003 xprintf(format, "PATH", fmt.Sprintf("%s%s%s", gobin, sep, os.Getenv("PATH")))
1205 xprintf("Installed commands in %s\n", gobin)
1214 if !strings.Contains(readfile(ns), fmt.Sprintf("bind -b %s /bin", gobin)) {
1215 xprintf("*** You need to bind %s before /bin.\n", gobin)
1223 if !strings.Contains(pathsep+os.Getenv("PATH")+pathsep, pathsep+gobin+pathsep) {
[all …]
/dports/deskutils/noti/noti-3.5.0/
H A DMakefile14 gobin := $(strip $(shell go env GOBIN)) macro
15 ifeq ($(gobin),)
16 gobin := $(shell go env GOPATH)/bin macro
59 mv cmd/noti/noti $(gobin)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/build/
H A Dgotool.go65 func (g *GoToolchain) Install(gobin string, args ...string) *exec.Cmd {
66 if !filepath.IsAbs(gobin) {
70 tool.Env = append(tool.Env, "GOBIN="+gobin)

123456