rclone/lib/buildinfo/cgo.go

9 lines
93 B
Go

//go:build cgo
// +build cgo
package buildinfo
func init() {
Tags = append(Tags, "cgo")
}