File: stringbuilder.go

package info (click to toggle)
golang-github-huandu-xstrings 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
6
7
//+build go1.10

package xstrings

import "strings"

type stringBuilder = strings.Builder