Remove go.work

main
Rob Muhlestein 2 years ago
parent fbaceabf16
commit 361c38df10
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -4,14 +4,14 @@ These days I prefer to maintain a single Go [stateful command tree monolith](htt
## Install
Note: you'll have to remove `go.work` yourself if you want to use this
build yourself (or clone all my structure the same way). I'm saving my
`go.work` in this Go repo only because it is a personal build.
```
go install github.com/rwxrob/z@latest
```
Note: you'll have to remove `go.work` yourself if you want to use this
build yourself (or clone all my structure the same way). I'm saving my
`go.work` in this Go repo only because it is a personal build.
I prefer to use `z` instead of setting up a multicall binary since the
habits it builds into my muscle memory work on any operating system or
device and it doesn't take too much space when using UNIX pipelines and

Loading…
Cancel
Save