Remove usage of folder vendor
#102
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#102
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-api-go:bugfix/101-fix-make-protoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #101
Fix make test.
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
vendor
280d052cefmake test
@ -10,3 +10,3 @@
endif
BIN = bin
BIN = .bin
why?
Fix make test
is not a descriptive commit message.In this case,
go
skip this folder during scanning. Otherwise, it is necessary to exclude it from build.bin
contains binaries, not code, thus its namein node we have
BIN = bin
, everything worksGot the issue.
Fixed, please take a look.
On this PR
bd3e5195d4
toa0a9b765f3
That happened because
protoc
generated*.go
files based ininclude
folder. Fixed.