Skip to content

Formatting changes

Latest
Compare
Choose a tag to compare
@jjeffery jjeffery released this 11 Oct 05:45

Changes to how fmt.Sprintf("%v", ss) and fmt.Sprintf("%#v", ss) work.

format example
%v [a b c]
%#v stringset.Set{"a", "b", "c"}