8 lines
84 B
Go
8 lines
84 B
Go
//go:build !windows
|
|
|
|
package platform
|
|
|
|
func GetEmbeddedDLL() []byte {
|
|
return nil
|
|
}
|