Switch from fasthttp to net/http to simplify things

This commit is contained in:
2017-09-01 00:55:31 +01:00
parent 57a85b35e7
commit bb698fcad1
94 changed files with 41 additions and 24484 deletions

View File

@@ -7,7 +7,8 @@ DOCKERREPO = jimeh/casecmp
BINDIR = $(shell dirname ${BINARY})
SOURCES = $(shell find . -name '*.go' -o -name 'VERSION')
VERSION = $(shell cat VERSION)
OSARCH = "darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm"
OSARCH = "darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm " \
"windows/386 windows/amd64"
RELEASEDIR = releases
$(BINARY): $(SOURCES)