diff --git a/set.go b/set.go index 2d3f78e..7b385be 100644 --- a/set.go +++ b/set.go @@ -1,12 +1,10 @@ package pathmatch - import ( "database/sql" "fmt" ) - func set(value string, argsIndex int, args ...interface{}) error { if 0 > argsIndex {