mirror of
https://github.com/zu1k/nali.git
synced 2025-01-23 05:39:03 +08:00
7 lines
69 B
Go
7 lines
69 B
Go
package constant
|
|
|
|
var (
|
|
// HomePath db home path
|
|
HomePath string
|
|
)
|