mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
7 lines
146 B
Go
7 lines
146 B
Go
// +build darwin dragonfly freebsd netbsd openbsd solaris windows
|
|
|
|
package fingerprint
|
|
|
|
func initPlatformFingerprints(fps map[string]Factory) {
|
|
}
|