change namespace

This commit is contained in:
root
2020-01-18 21:08:46 +00:00
parent af12fd5baf
commit 52a8138b3a
27 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"context"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/hex"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"crypto/aes"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package databunker
// github.com/mattn/go-sqlite3

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/base64"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"errors"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/hex"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"crypto/md5"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"crypto/md5"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"encoding/hex"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"crypto/sha256"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"net/http/httptest"

View File

@@ -1,4 +1,4 @@
package main
package databunker
import (
"errors"