Skip to content

Commit

Permalink
Update README.md & go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDolan authored Jun 9, 2022
1 parent 49eb61d commit 7bd968e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# template-go
A minimalist template for a Go repository.

The goal is to minimize the assumed to dependencies to almost nothing (it should be able to run as-is on Linux and Mac).

It relies on [hermit](https://github.com/cashapp/hermit) to install go and any dependent binaries. It uses [golangci-lint](https://github.com/golangci/golangci-lint) for linting & [gotestsum](https://github.com/gotestyourself/gotestsum) for testing.

It is relaively simple to clone this repo and use it as a starting point for any Go project. The change that needs to be made it to update the module name in `go.mod`.
# io
Utilities for common use cases with the Go io package.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/MatthewDolan/template-go
module github.com/go-toolbelt/io

go 1.18

0 comments on commit 7bd968e

Please sign in to comment.