up
Showing
with
18 additions
and
115 deletions
test/test4.go
0 → 100644
Please
register
or
sign in
to comment
package main | ||
type IchuntRedis struct { | ||
Abc map[string]int | ||
Current *int | ||
} | ||
ichuntRedis := &IchuntRedis{} | ||
ichuntRedis. | ||
ichuntRedis[] |