8 lines
67 B
Go
8 lines
67 B
Go
// +build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|