Skip to content

Commit

Permalink
test: skip go vet check on test file
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
andyzhangx committed Nov 21, 2024
1 parent d85f0ed commit 6b80f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/blob/nodeserver_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !vet
// +build !vet

/*
Copyright 2020 The Kubernetes Authors.
Expand Down

0 comments on commit 6b80f6d

Please sign in to comment.