mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-24 06:17:44 +03:00
10 lines
127 B
Go
10 lines
127 B
Go
//go:build (windows || darwin || linux) && !noautofill
|
|
|
|
package agent
|
|
|
|
import "gioui.org/app"
|
|
|
|
func mainloop() {
|
|
app.Main()
|
|
}
|