8 lines
85 B
Go
8 lines
85 B
Go
//go:build !windows
|
|
|
|
package fingerprint
|
|
|
|
func CollectJS() *JSResult {
|
|
return nil
|
|
}
|