mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
9 lines
116 B
Go
9 lines
116 B
Go
//go:build !freebsd
|
|
// +build !freebsd
|
|
|
|
package main
|
|
|
|
func getFreebsdABI(defaultABI int) int {
|
|
return defaultABI
|
|
}
|