sys-exporter/cmd/client/main.go

8 lines
76 B
Go
Raw Normal View History

2024-11-25 17:46:11 +00:00
package main
import "fmt"
func main() {
fmt.Println("starting client")
}