This website works better with JavaScript
Home
Explore
Help
Sign In
pczajkowski
/
weirdtext
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Changed package name
Piotr Czajkowski
4 years ago
parent
fc393a10be
commit
857e9cbd7b
3 changed files
with
3 additions
and
3 deletions
Split View
Show Diff Stats
1
1
app.go
1
1
app_test.go
1
1
encodedText.go
+ 1
- 1
app.go
View File
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"math/rand"
+ 1
- 1
app_test.go
View File
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"testing"
+ 1
- 1
encodedText.go
View File
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"fmt"