Documentation ¶ Index ¶ func With(start, end, source string) string func WithPtr(start, end, source *string) *string func WithStartEnd(wrapper, source string) string func WithStartEndPtr(wrapper, source *string) *string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func With ¶ func With(start, end, source string) string func WithPtr ¶ func WithPtr(start, end, source *string) *string func WithStartEnd ¶ func WithStartEnd(wrapper, source string) string wrapper + source + wrapper func WithStartEndPtr ¶ func WithStartEndPtr(wrapper, source *string) *string wrapper + source + wrapper Types ¶ This section is empty. Source Files ¶ View all Source files WrapWith.go WrapWithStartEnd.go Click to show internal directories. Click to hide internal directories.