github.com/GuanceCloud/cliutils@v1.1.21/point/test/x.go (about)

     1  // Unless explicitly stated otherwise all files in this repository are licensed
     2  // under the MIT License.
     3  // This product includes software developed at Guance Cloud (https://www.guance.com/).
     4  // Copyright 2021-present Guance, Inc.
     5  
     6  // Package main used for GC escape:
     7  //
     8  //	$ go build -gcflags '-m -m' ./x.go
     9  package main
    10  
    11  func main() {
    12  }