This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
rex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
shortcut for map
tags/v0.9.0
jimzhan
9 years ago
parent
adb7893e70
commit
af85a9183d
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
rex.go
+ 3
- 0
rex.go
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save