mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-24 17:11:39 +01:00
8 lines
129 B
Go
8 lines
129 B
Go
//go:build !linux
|
|
|
|
package autotype
|
|
|
|
func TypeString(text string, layout string) error {
|
|
return errors.New("Not implemented")
|
|
}
|