feat: add well known for user lookup

This commit is contained in:
Jon Lundy
2022-08-14 13:40:02 -06:00
parent 353b15ce61
commit 01285ebc9a
6 changed files with 74 additions and 31 deletions

View File

@@ -1,9 +1,14 @@
export EV_DATA = mem:
export EV_HTTP = :8080
export PATH:=$(shell go env GOPATH)/bin:$(PATH)
export EV_DATA=mem:
export EV_HTTP=:8080
export EV_TRACE_SAMPLE=always
-include local.mk
run: gen
go run .
ifeq (, $(shell which air))
go install github.com/cosmtrek/air@latest
endif
air
test:
go test -cover -race ./...