GITLAB

aarongao / leyoutu_server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • leyoutu_server
  • Config
  • config.go
  • 74de40c6   init Browse Code ยป
    aarongao
    2020-01-08 17:36:54 +0800  
config.go 73 Bytes
Edit Raw Blame History
1 2 3 4 5 6
package Config

type Config struct {
	TagType []string
	DbPath  string
}