github.com/saintwish/kv@v1.0.4/main.go (about)

     1  package main
     2  
     3  import ()
     4  
     5  const maxEntries = 500
     6  
     7  type blank2 struct {}
     8  
     9  type blank struct {
    10  	test int
    11  	test2 blank2
    12  }
    13  
    14  func main(){}