From 5d229a679b013981aa69a7b35e3890260f045c20 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 16 Jun 2021 15:50:19 +0200 Subject: [PATCH 1/2] fix configuration docs --- .bingo/Variables.mk | 6 +++--- .bingo/flaex.mod | 2 +- .bingo/variables.env | 2 +- accounts/templates/CONFIGURATION.tmpl | 6 ++++-- glauth/templates/CONFIGURATION.tmpl | 6 ++++-- graph-explorer/templates/CONFIGURATION.tmpl | 6 ++++-- graph/templates/CONFIGURATION.tmpl | 6 ++++-- idp/templates/CONFIGURATION.tmpl | 6 ++++-- ocis/templates/CONFIGURATION.tmpl | 6 ++++-- ocs/templates/CONFIGURATION.tmpl | 6 ++++-- onlyoffice/templates/CONFIGURATION.tmpl | 6 ++++-- proxy/templates/CONFIGURATION.tmpl | 8 +++++--- settings/templates/CONFIGURATION.tmpl | 6 ++++-- storage/templates/CONFIGURATION.tmpl | 6 ++++-- store/templates/CONFIGURATION.tmpl | 6 ++++-- thumbnails/templates/CONFIGURATION.tmpl | 6 ++++-- web/templates/CONFIGURATION.tmpl | 6 ++++-- webdav/templates/CONFIGURATION.tmpl | 6 ++++-- 18 files changed, 66 insertions(+), 36 deletions(-) diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index b38d278d82..7642c202e0 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -47,11 +47,11 @@ $(FILEB0X): $(BINGO_DIR)/fileb0x.mod @echo "(re)installing $(GOBIN)/fileb0x-v1.1.4" @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=fileb0x.mod -o=$(GOBIN)/fileb0x-v1.1.4 "github.com/UnnoTed/fileb0x" -FLAEX := $(GOBIN)/flaex-v0.2.0 +FLAEX := $(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287 $(FLAEX): $(BINGO_DIR)/flaex.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/flaex-v0.2.0" - @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.0 "github.com/owncloud/flaex" + @echo "(re)installing $(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287" + @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287 "github.com/owncloud/flaex" GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.37.1 $(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod diff --git a/.bingo/flaex.mod b/.bingo/flaex.mod index 07cd17df2c..f4421bc1a4 100644 --- a/.bingo/flaex.mod +++ b/.bingo/flaex.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.16 -require github.com/owncloud/flaex v0.2.0 +require github.com/owncloud/flaex v0.2.1-0.20210616134751-a40743e095f0 diff --git a/.bingo/variables.env b/.bingo/variables.env index 4b63d2258b..a9a98a21d1 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -18,7 +18,7 @@ CALENS="${GOBIN}/calens-v0.2.0" FILEB0X="${GOBIN}/fileb0x-v1.1.4" -FLAEX="${GOBIN}/flaex-v0.2.0" +FLAEX="${GOBIN}/flaex-v0.2.1-0.20210616124044-d852b507e287" GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.37.1" diff --git a/accounts/templates/CONFIGURATION.tmpl b/accounts/templates/CONFIGURATION.tmpl index 9a76bdb9d4..e052ef5dfd 100644 --- a/accounts/templates/CONFIGURATION.tmpl +++ b/accounts/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/accounts/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/glauth/templates/CONFIGURATION.tmpl b/glauth/templates/CONFIGURATION.tmpl index 753f23b780..c4e3d2418b 100644 --- a/glauth/templates/CONFIGURATION.tmpl +++ b/glauth/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/glauth/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/graph-explorer/templates/CONFIGURATION.tmpl b/graph-explorer/templates/CONFIGURATION.tmpl index 418f1dacfd..248d16cda0 100644 --- a/graph-explorer/templates/CONFIGURATION.tmpl +++ b/graph-explorer/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/graph-explorer/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/graph/templates/CONFIGURATION.tmpl b/graph/templates/CONFIGURATION.tmpl index 57d8052af2..33fe7a7d60 100644 --- a/graph/templates/CONFIGURATION.tmpl +++ b/graph/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/graph/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/idp/templates/CONFIGURATION.tmpl b/idp/templates/CONFIGURATION.tmpl index 54fee74626..e49b30c1c2 100644 --- a/idp/templates/CONFIGURATION.tmpl +++ b/idp/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/idp/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/ocis/templates/CONFIGURATION.tmpl b/ocis/templates/CONFIGURATION.tmpl index 3e853e66b3..bb0e419d14 100644 --- a/ocis/templates/CONFIGURATION.tmpl +++ b/ocis/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/ocis/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/ocs/templates/CONFIGURATION.tmpl b/ocs/templates/CONFIGURATION.tmpl index 3f56913c27..87b3eb3882 100644 --- a/ocs/templates/CONFIGURATION.tmpl +++ b/ocs/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/ocs/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/onlyoffice/templates/CONFIGURATION.tmpl b/onlyoffice/templates/CONFIGURATION.tmpl index 317e85848d..18b8b101bc 100644 --- a/onlyoffice/templates/CONFIGURATION.tmpl +++ b/onlyoffice/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/onlyoffice/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/proxy/templates/CONFIGURATION.tmpl b/proxy/templates/CONFIGURATION.tmpl index 1315be9e53..43a4ada786 100644 --- a/proxy/templates/CONFIGURATION.tmpl +++ b/proxy/templates/CONFIGURATION.tmpl @@ -7,16 +7,18 @@ geekdocEditPath: edit/master/proxy/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} ---{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} +-{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} : {{ $o.Usage }}. {{- if $o.Default }} Default: `{{ $o.Default }}`.{{ end }} {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/settings/templates/CONFIGURATION.tmpl b/settings/templates/CONFIGURATION.tmpl index 9bb7493367..1c8924e1b1 100644 --- a/settings/templates/CONFIGURATION.tmpl +++ b/settings/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/settings/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/storage/templates/CONFIGURATION.tmpl b/storage/templates/CONFIGURATION.tmpl index ec6fce608a..dc807606e5 100644 --- a/storage/templates/CONFIGURATION.tmpl +++ b/storage/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/storage/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{- define "option"}} {{- $options := first . }} diff --git a/store/templates/CONFIGURATION.tmpl b/store/templates/CONFIGURATION.tmpl index f873688830..724c9310a6 100644 --- a/store/templates/CONFIGURATION.tmpl +++ b/store/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/store/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/thumbnails/templates/CONFIGURATION.tmpl b/thumbnails/templates/CONFIGURATION.tmpl index e660f082c7..b9e2ec3479 100644 --- a/thumbnails/templates/CONFIGURATION.tmpl +++ b/thumbnails/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/thumbnails/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/web/templates/CONFIGURATION.tmpl b/web/templates/CONFIGURATION.tmpl index 6d3fc2752f..05c4c8790d 100644 --- a/web/templates/CONFIGURATION.tmpl +++ b/web/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/web/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} diff --git a/webdav/templates/CONFIGURATION.tmpl b/webdav/templates/CONFIGURATION.tmpl index 7b0e79c85e..7d9007b0db 100644 --- a/webdav/templates/CONFIGURATION.tmpl +++ b/webdav/templates/CONFIGURATION.tmpl @@ -7,8 +7,9 @@ geekdocEditPath: edit/master/webdav/templates geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} -{{ $fnName := (last . ).Flags -}} -{{ range $opt := first . }}{{ with list $fnName $opt -}} +{{ $fnNames := (last . ).Flags -}} +{{ range $opt := first . }} +{{ range $fnName := $fnNames }}{{ with list $fnName $opt -}} {{ $o := last . -}} {{ if eq $o.FnName $fnName -}} -{{ $o.Name }} | {{ range $i, $e := $o.Env }} {{ if $i }}, {{ end }}${{ $e }}{{ end }} @@ -17,6 +18,7 @@ geekdocFilePath: CONFIGURATION.tmpl {{ end -}} {{ end -}} {{ end -}} +{{ end -}} {{ end }} {{`{{< toc >}}`}} From 28525447dc205feb1d3e1b455a8384e29ccb2780 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 17 Jun 2021 08:29:45 +0200 Subject: [PATCH 2/2] point bingo to master --- .bingo/Variables.mk | 6 +++--- .bingo/flaex.mod | 2 +- .bingo/variables.env | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index 7642c202e0..d5c1afd17e 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -47,11 +47,11 @@ $(FILEB0X): $(BINGO_DIR)/fileb0x.mod @echo "(re)installing $(GOBIN)/fileb0x-v1.1.4" @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=fileb0x.mod -o=$(GOBIN)/fileb0x-v1.1.4 "github.com/UnnoTed/fileb0x" -FLAEX := $(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287 +FLAEX := $(GOBIN)/flaex-v0.2.1-0.20210617060845-d4d3f5180596 $(FLAEX): $(BINGO_DIR)/flaex.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287" - @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.1-0.20210616124044-d852b507e287 "github.com/owncloud/flaex" + @echo "(re)installing $(GOBIN)/flaex-v0.2.1-0.20210617060845-d4d3f5180596" + @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.1-0.20210617060845-d4d3f5180596 "github.com/owncloud/flaex" GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.37.1 $(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod diff --git a/.bingo/flaex.mod b/.bingo/flaex.mod index f4421bc1a4..234f9d0ab1 100644 --- a/.bingo/flaex.mod +++ b/.bingo/flaex.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.16 -require github.com/owncloud/flaex v0.2.1-0.20210616134751-a40743e095f0 +require github.com/owncloud/flaex v0.2.1-0.20210617060845-d4d3f5180596 diff --git a/.bingo/variables.env b/.bingo/variables.env index a9a98a21d1..e4aef08d7a 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -18,7 +18,7 @@ CALENS="${GOBIN}/calens-v0.2.0" FILEB0X="${GOBIN}/fileb0x-v1.1.4" -FLAEX="${GOBIN}/flaex-v0.2.1-0.20210616124044-d852b507e287" +FLAEX="${GOBIN}/flaex-v0.2.1-0.20210617060845-d4d3f5180596" GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.37.1"