1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-27 20:58:13 +02:00

Adding getopts package to parse pid file path.

This commit is contained in:
Henrik Hautakoski 2020-06-11 18:56:36 +02:00
parent 83688c4b48
commit 2b823c1dd3
2 changed files with 17 additions and 3 deletions

View file

@ -8,7 +8,8 @@ PROGRAM_NAME=eosio-api-healthcheck
SOURCES=src/server.go
DEPENDANCIES= github.com/firstrow/tcp_server \
github.com/liamylian/jsontime/v2 \
github.com/imroc/req
github.com/imroc/req \
github.com/pborman/getopt/v2
all: build
build: build/$(PROGRAM_NAME)