Skip to content

Commit

Permalink
Update README.md (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kklipsch authored Oct 2, 2018
1 parent 026ed3f commit 3970965
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cove - Libraries & CLI's that wrap the go command.

**Deprecated** - you should move to different solutions to these problems.

This is a small set of wrapper libraries and cli's that wrap around the golang go command.

## Runtime dependencies
Expand All @@ -8,6 +10,8 @@ Unlike most go projects this one does have a dependency on the go development en

## gosh - Get Over SsH - simple script for getting go packages at supplied uri's.

**Deprecated** - you should prefer either vendoring your dependencies explicitly in your repo or using one of the many golang dependency management tools. We like dep for older versions of go and reluctantly use go mod for modern versions.

Note that gosh has issues being built with go1.8 and above.

### Explicit ssh urls
Expand Down

0 comments on commit 3970965

Please sign in to comment.