github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/os/os_freebsd.go (about) 1 //go:build freebsd 2 3 /* For license and copyright information please see LEGAL file in repository */ 4 5 package os 6 7 import ( 8 "../freebsd" 9 "../protocol" 10 ) 11 12 func init() { 13 protocol.OS = &freebsd.OS 14 }