1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-19 18:31:44 +02:00

Go package: fix import URL

This commit is contained in:
Dobrosław Żybort
2015-10-29 08:21:07 +01:00
parent 810b174f1d
commit 683484650b

View File

@@ -8,7 +8,7 @@ package naughtystrings
import (
"encoding/json"
"github.com/willfaught/big-list-of-naughty-strings/naughtystrings/internal"
"github.com/minimaxir/big-list-of-naughty-strings/naughtystrings/internal"
)
var base64encoded, unencoded []string