mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:56:25 +08:00
9 lines
93 B
Go
9 lines
93 B
Go
//go:build cgo
|
|
// +build cgo
|
|
|
|
package buildinfo
|
|
|
|
func init() {
|
|
Tags = append(Tags, "cgo")
|
|
}
|