8 lines
85 B
Go
8 lines
85 B
Go
//go:build !mobile
|
|
|
|
package test
|
|
|
|
func (d *device) IsMobile() bool {
|
|
return false
|
|
}
|