1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00
Files
rclone/lib/buildinfo/cgo.go

8 lines
79 B
Go

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