summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Langesten <daniel.langest@gmail.com>2015-03-16 14:30:02 +0100
committerDaniel Langesten <daniel.langest@gmail.com>2015-03-16 14:30:02 +0100
commit6973f206d386783124c1e0c511cd27042df9f6dd (patch)
treedca1f2cd67b23abc75da46d86d0b024a592c3d89
parent6e9648d623ac9844bfcf2d0200a1c231a601193a (diff)
removed illegal char
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 730aa4e..ef60471 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,7 @@ import (
)
const (
- DATABASE_USER = "flow-cleaner"
+ DATABASE_USER = "flowcleaner"
DATABASE_PASS = "nil"
DATABASE_CONNECTION = "" //e.g. "tcp(localhost:55555)
DATABASE_NAME = "netflow"