No description
Find a file
2020-10-25 11:47:22 +01:00
static ran gofmt -s 2020-10-25 11:42:56 +01:00
templates ran gofmt -s 2020-10-25 11:42:56 +01:00
.air.conf ran gofmt -s 2020-10-25 11:42:56 +01:00
.drone.yml ran gofmt -s 2020-10-25 11:42:56 +01:00
.gitignore added 'streams' dir to .gitignore 2020-06-30 18:41:03 +00:00
Dockerfile ran gofmt -s 2020-10-25 11:42:56 +01:00
go.mod added go.mod again, but with pinned 0.23.0 gocv 2020-08-18 17:46:58 +00:00
go.sum added go.mod again, but with pinned 0.23.0 gocv 2020-08-18 17:46:58 +00:00
LICENSE Initial commit 2020-06-29 18:44:11 +02:00
main.go fixed two ineffassign warnings 2020-10-25 11:45:47 +01:00
main_test.go ran gofmt -s 2020-10-25 11:42:56 +01:00
README.md added goreport badge 2020-10-25 11:47:22 +01:00
requirements.yaml ran gofmt -s 2020-10-25 11:42:56 +01:00
stream.go fixed two ineffassign warnings 2020-10-25 11:45:47 +01:00
util.go ran gofmt -s 2020-10-25 11:42:56 +01:00
watch.go ran gofmt -s 2020-10-25 11:42:56 +01:00

StreamWatcher Go Report Card

Can watch and record several streams, optionally based on annotated areas.

Setup

Go

Install go:

wget https://golang.org/dl/go1.14.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin

Live Reload (Air)

Install air:
curl -fLo /root/miniconda3/envs/go/bin/air https://git.io/linux_air
chmod +x /root/miniconda3/envs/go/bin/air

Run with:
air