1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-30 21:28:13 +02:00

move some "non server" code from src/server.go to src/main.go

This commit is contained in:
Henrik Hautakoski 2020-06-26 03:55:41 +02:00
parent dc28fbd762
commit fe8724aae5
3 changed files with 62 additions and 61 deletions

View file

@ -5,7 +5,7 @@ GOLDFLAGS = -ldflags="-s -w"
PREFIX = /usr/local
PROGRAM_NAME=eosio-api-healthcheck
SOURCES=src/server.go
SOURCES=src/main.go src/server.go
DEPENDANCIES= github.com/firstrow/tcp_server \
github.com/liamylian/jsontime/v2 \
github.com/imroc/req \