关于切片和slice的内存共享 package main import ( "bufio" "bytes" "errors" "fmt" _errors "github.com/pkg/errors" "os" "reflect" "regexp" "strconv" "strings" "sync" "sync/atomic" "time" ) func main() { /** * @Description: foo boo …