Test address lookup

This commit is contained in:
idanoo 2022-09-13 21:56:18 +12:00
parent aa4b421528
commit 9927075d15
Signed by: idanoo
GPG key ID: 387387CDBC02F132
6 changed files with 123 additions and 5 deletions

View file

@ -3,6 +3,7 @@ pipeline:
image: golang:1.19.1
commands:
- go mod tidy
- go build -o flatfinder ./cmd/flatfinder
depends_on:
- lint