Versions in this module Expand all Collapse all v0 v0.4.0 Oct 3, 2017 v0.3.0 Oct 3, 2017 Changes in this version + type StringService interface + Count func(ctx context.Context, text string, symbol string) (count int, positions []int, err error) + TestCase func(ctx context.Context, comments []*entity.Comment) (tree map[string]int, err error) + Uppercase func(ctx context.Context, str string) (ans string, err error)