From 2fe2bb1dd3a43f5c211cea8aabaf8c700fe1c03d Mon Sep 17 00:00:00 2001 From: ymmtmdk Date: Sat, 3 Jun 2017 13:21:26 +0900 Subject: [PATCH] suppress `DEPRECATED` warning --- dev_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_run.sh b/dev_run.sh index 639af31..c4384b8 100755 --- a/dev_run.sh +++ b/dev_run.sh @@ -1,3 +1,3 @@ #!/bin/bash -go run main.go --text-logging=true --jwt-secret=secret --backend "provider=simple,bob=secret" +go run main.go --text-logging=true --jwt-secret=secret --simple bob=secret