master
Charles Iliya Krempeaux 2019-06-21 14:26:16 -07:00
parent f432067139
commit 5d60552f12
1 changed files with 0 additions and 2 deletions

2
set.go
View File

@ -1,12 +1,10 @@
package pathmatch
import (
"database/sql"
"fmt"
)
func set(value string, argsIndex int, args ...interface{}) error {
if 0 > argsIndex {