This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pczajkowski
/
weirdtext
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Changed package name
Piotr Czajkowski
hace 4 años
padre
fc393a10be
commit
857e9cbd7b
Se han
modificado 3 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
app.go
1
1
app_test.go
1
1
encodedText.go
+ 1
- 1
app.go
Ver fichero
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"math/rand"
+ 1
- 1
app_test.go
Ver fichero
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"testing"
+ 1
- 1
encodedText.go
Ver fichero
@@ -1,4 +1,4 @@
-package
main
+package
weirdtext
import (
"fmt"