1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 20:55:56 +00:00

policy: Impl Addressing{} and Recipient{} for #84

This commit is contained in:
James Hillyerd
2018-03-17 11:15:17 -07:00
parent d132efd6fa
commit 469a778d81
4 changed files with 167 additions and 49 deletions

View File

@@ -36,4 +36,4 @@ lint:
@go vet $(PKGS)
reflex:
reflex -r '\.go$$' -- sh -c 'echo; date; echo; go test ./...'
reflex -r '\.go$$' -- sh -c 'echo; date; echo; go test ./... && echo ALL PASS'