goldwarden-vaultwarden-bitw.../autofill/autotype/unimplemented.go
2023-09-12 02:54:46 +02:00

8 lines
129 B
Go

//go:build !linux
package autotype
func TypeString(text string, layout string) error {
return errors.New("Not implemented")
}