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:
parent
dc28fbd762
commit
fe8724aae5
3 changed files with 62 additions and 61 deletions
2
Makefile
2
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue