github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/gosmopolitan_ignore_test.go (about)

     1  //golangcitest:args -Egosmopolitan
     2  //golangcitest:expected_exitcode 0
     3  package testdata
     4  
     5  import (
     6  	"time"
     7  )
     8  
     9  func main() {
    10  	_ = "默认不检查测试文件"
    11  	_ = time.Local
    12  }