[BUGFIX] package name in output raw

This commit is contained in:
genofire 2019-11-13 12:37:54 +01:00
parent f58ad00fec
commit f3da33b15a
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package nodelist
package raw
import (
"errors"

View File

@ -1,4 +1,4 @@
package nodelist
package raw
import (
"github.com/FreifunkBremen/yanic/data"

View File

@ -1,4 +1,4 @@
package nodelist
package raw
import (
"testing"