1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-14 23:44:59 +02:00
Files
go-clickhouse/example/benchmark/main.go
Vladimir Mihailenco 092a2dbf28 feat: initial commit
2022-03-21 08:58:25 +02:00

8 lines
82 B
Go

package main
import "fmt"
func main() {
fmt.Println("this is a placeholder")
}