table := []struct {
    key   string
    value int64
  }{
    {"key1", 1},