diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/main.go b/main.go index 3bc6b17..753ceac 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( "net/http" ) -const port string = ":8080" +const port string = ":8484" func main() { http.HandleFunc("/blue", blueHandler)