Skip to content

Commit

Permalink
Support external vendoring of assets using go toolchain (argoproj#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh authored Apr 28, 2021
1 parent d9bc6cf commit 45713b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// +build tools

// This existence of this package allows vendoring of the assets in this directory by go 1.13+.
package tools

0 comments on commit 45713b1

Please sign in to comment.