-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refined go:embed handling for Go projects (#152)
* Fixed warning created by go:embed files. * go:embed test with a project resource were added. * User get notification in case go list command had errors. * Removed code warnings in files.
- Loading branch information
1 parent
bc67740
commit 2390847
Showing
7 changed files
with
516 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module embedProject | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/jfrog/jfrog-cli-core v1.9.0 | ||
github.com/jfrog/jfrog-client-go v0.26.1 // indirect | ||
) |
Oops, something went wrong.