rclone/lib/buildinfo/cgo.go

8 lines
78 B
Go

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