Merge branch 'master' of github.com:heroku/herald

This commit is contained in:
2017-11-28 15:44:10 -06:00
2 changed files with 5 additions and 3 deletions
Generated
+1 -1
View File
@@ -75,6 +75,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "7198e74aa670d4bad5d88c1cb81fe96a2f2ee464137ab514c6e99abc4d49e5c6"
inputs-digest = "b46b195c8834e4eaf1c07958f9b06af7453db264d083a100a6e2b2a91725a7d6"
solver-name = "gps-cdcl"
solver-version = 1
+4 -2
View File
@@ -1,8 +1,10 @@
worker:
go run cmd/herald-worker/main.go
proc:
go run cmd/herald/main.go
process:
go run cmd/herald-worker/main.go
worker: compile
../../../../bin/herald-worker
compile:
go install ./...