1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-24 10:23:43 +02:00

Convert to go module

This commit is contained in:
Henrik Hautakoski 2021-12-23 16:47:15 +01:00
parent 9781ee6a55
commit b8b11b1d66
9 changed files with 75 additions and 6 deletions

3
src/utils/go.mod Normal file
View file

@ -0,0 +1,3 @@
module internal/utils
go 1.14