mirror of
https://github.com/astaxie/beego.git
synced 2025-06-13 12:10:40 +00:00
Format code
This commit is contained in:
@ -23,7 +23,7 @@ import (
|
||||
func TestKVs(t *testing.T) {
|
||||
key := "my-key"
|
||||
kvs := NewKVs(KV{
|
||||
Key: key,
|
||||
Key: key,
|
||||
Value: 12,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user