Versions in this module Expand all Collapse all v0 v0.1.1 Jan 7, 2016 v0.1.0 Jan 4, 2016 Changes in this version + type StrSlice struct + func New(parts ...string) *StrSlice + func (e *StrSlice) Len() int + func (e *StrSlice) MarshalJSON() ([]byte, error) + func (e *StrSlice) Slice() []string + func (e *StrSlice) ToString() string + func (e *StrSlice) UnmarshalJSON(b []byte) error