Files
2026-08-27 11:21:43 -06:00

8 lines
84 B
Go

//go:build !windows
package platform
func GetEmbeddedDLL() []byte {
return nil
}