fef97d9169
Also, indicate whether the build is dynamic or not.
8 lines
67 B
Go
8 lines
67 B
Go
// +build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|