Files

8 lines
84 B
Go
Raw Permalink Normal View History

2026-08-27 11:21:43 -06:00
//go:build !windows
package platform
func GetEmbeddedDLL() []byte {
return nil
}