This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
stdio
/
plugintest
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
init
Luis Figueiredo
hace 8 años
commit
f2f6d3ab28
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
plugintest.go
+ 8
- 0
plugintest.go
Ver fichero
@@ -0,0 +1,8 @@
+package plugintest
+
+import "fmt"
+
+func Hello() {
+
+ fmt.Println("Hello")
+}