Skip to content
Snippets Groups Projects
Commit 4706e3b1 authored by Erick Hitter's avatar Erick Hitter
Browse files

Undo testing changes

parent f9a69ed3
Branches
Tags
1 merge request!1Convert to Golang
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -38,8 +38,6 @@ var ( ...@@ -38,8 +38,6 @@ var (
logger *log.Logger logger *log.Logger
debugDest string debugDest string
debug bool debug bool
bad_var_name string
) )
func init() { func init() {
...@@ -58,7 +56,7 @@ func init() { ...@@ -58,7 +56,7 @@ func init() {
validatePath(&logPath) validatePath(&logPath)
if ! govalidator.IsURL(webhookURL) || len(channel) < 2 { if !govalidator.IsURL(webhookURL) || len(channel) < 2 {
usage() usage()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment