...

Source file src/github.com/huandu/xstrings/stringbuilder.go

Documentation: github.com/huandu/xstrings

     1  //go:build go1.10
     2  // +build go1.10
     3  
     4  package xstrings
     5  
     6  import "strings"
     7  
     8  type stringBuilder = strings.Builder
     9  

View as plain text