Browse Source

Changed package name

Piotr Czajkowski 3 years ago
parent
commit
857e9cbd7b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      app.go
  2. 1 1
      app_test.go
  3. 1 1
      encodedText.go

+ 1 - 1
app.go

@@ -1,4 +1,4 @@
-package main
+package weirdtext
 
 import (
 	"math/rand"

+ 1 - 1
app_test.go

@@ -1,4 +1,4 @@
-package main
+package weirdtext
 
 import (
 	"testing"

+ 1 - 1
encodedText.go

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