File: platform_others.go

package info (click to toggle)
lxd 5.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,140 kB
  • sloc: sh: 13,207; ansic: 2,989; python: 297; makefile: 250; sql: 50; lisp: 6
file content (7 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
//go:build !linux

package version

func getPlatformVersionStrings() []string {
	return []string{}
}