github.com/snowflakedb/gosnowflake@v1.9.0/benchmark/jsonresultset/jsonresultset.go (about)

     1  // Package jsonresultset is a benchmark for large json result sets
     2  //
     3  // This exists to mitigate "no non-test Go files" in the latest Go
     4  package jsonresultset
     5  
     6  func main() {
     7  }