This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
pczajkowski
/
weirdtext
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
Changed package name
Piotr Czajkowski
4 år sedan
förälder
fc393a10be
incheckning
857e9cbd7b
3 ändrade filer
med
3 tillägg
och
3 borttagningar
Delad Vy
Visa Diff Statistik
1
1
app.go
1
1
app_test.go
1
1
encodedText.go
+ 1
- 1
app.go
Visa fil
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"math/rand"
+ 1
- 1
app_test.go
Visa fil
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"testing"
+ 1
- 1
encodedText.go
Visa fil
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"fmt"