cosmetic
parent
f432067139
commit
5d60552f12
2
set.go
2
set.go
|
@ -1,12 +1,10 @@
|
||||||
package pathmatch
|
package pathmatch
|
||||||
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func set(value string, argsIndex int, args ...interface{}) error {
|
func set(value string, argsIndex int, args ...interface{}) error {
|
||||||
|
|
||||||
if 0 > argsIndex {
|
if 0 > argsIndex {
|
||||||
|
|
Loading…
Reference in New Issue