rclone/lib/buildinfo/cgo.go

8 lines
79 B
Go

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