mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
10 lines
122 B
Go
10 lines
122 B
Go
//go:build tvos
|
|
|
|
package tailscale
|
|
|
|
import "github.com/sagernet/tailscale/version"
|
|
|
|
func init() {
|
|
version.SetAppleTV()
|
|
}
|