Add ToSliceOfStrings method to tag encoder and bump version to v0.10.2
Some checks failed
Go / build (push) Has been cancelled
Some checks failed
Go / build (push) Has been cancelled
This commit is contained in:
@@ -156,3 +156,10 @@ func (t *T) Relay() (key []byte) {
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
func (t *T) ToSliceOfStrings() (s []string) {
|
||||
for _, v := range t.T {
|
||||
s = append(s, string(v))
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
v0.10.1
|
||||
v0.10.2
|
||||
Reference in New Issue
Block a user