Explorar el Código

shortcut for map

tags/v0.9.0
jimzhan hace 9 años
padre
commit
af85a9183d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      rex.go

+ 3
- 0
rex.go Ver fichero

@@ -7,6 +7,9 @@ import (
"github.com/goanywhere/fs"
)

// Shortcut for string based map.
type M map[string]interface{}

func init() {
var basedir = fs.Getcd(2)
env.Set("basedir", basedir)

Cargando…
Cancelar
Guardar