+19
Dockerfile
+19
Dockerfile
···
+14
-4
cmd/atshorter/main.go
+14
-4
cmd/atshorter/main.go
············
+11
docker-compose.yaml
+11
docker-compose.yaml
+1
example.env
+1
example.env
+2
-2
server.go
+2
-2
server.go
···-func NewServer(host string, port int, store Store, oauthClient *oauth.ClientApp, httpClient *http.Client) (*Server, error) {+func NewServer(host string, port string, store Store, oauthClient *oauth.ClientApp, httpClient *http.Client) (*Server, error) {···