generated from sv-tools/go-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NewCursorFromDocuments and NewSingleResultFromDocument functions (#…
…56) * Add NewCursorFromDocuments and NewSingleResultFromDocument functions * Remove uneeded tools from the Brewfile
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
tap "golangci/tap" | ||
tap "kyoh86/tap" | ||
tap "sv-tools/apps" | ||
|
||
# Fast linters runner for Go. | ||
brew "golangci/tap/golangci-lint" | ||
# Rich-Go will enrich `go test` outputs with text decorations | ||
brew "kyoh86/tap/richgo" | ||
# bumptag is a tool to increment a version and to create a git tag with an annotation. | ||
brew "sv-tools/apps/bumptag" | ||
|
||
# App to build and share containerized applications and microservices | ||
cask "docker" |
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