From 3ab65345bc90b5b0eb512095016633b55cb6e1a4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 25 Jun 2015 17:53:08 +0900 Subject: [PATCH] Updating support files --- .gitignore | 1 + server.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06d845c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +search diff --git a/server.sh b/server.sh index 588389e..088169c 100755 --- a/server.sh +++ b/server.sh @@ -1,2 +1,2 @@ #!/bin/sh -go run *.go static +go run *.go -port 8181