index
:
gosh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
global
/
global.go
blob: 610fa38be185eb5e2789ab32b46b7267a11a0ec4 (
plain
)
1
2
3
4
5
6
7
package global var Options []string func init() { Options = make([]string, 0) }