Skip to content

jfrog/gocmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocmd

Branch Status
master Build status

General

gocmd is a library which provides Go APIs to performs actions on JFrog Artifactory from your Go application related to working with Go packages. The project is still relatively new, and its APIs may therefore change frequently between releases. The library can be used as a go-module, which should be added to your project's go.mod file. As a reference you may look at JFrog CLI's go.mod file, which uses this library as a dependency.

Tests

To run tests on the source code, use the following command:

go test -v github.com/jfrog/gocmd/tests -timeout 0