mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Tidy up. More tests.
This commit is contained in:
@@ -20,6 +20,8 @@ type OtherService struct {
|
||||
t int
|
||||
}
|
||||
|
||||
func (o *OtherService) Hello() {}
|
||||
|
||||
func main() {
|
||||
app := application.New(application.Options{
|
||||
Bind: []interface{}{
|
||||
|
||||
@@ -3,3 +3,5 @@ package main
|
||||
type OtherService struct {
|
||||
t int
|
||||
}
|
||||
|
||||
func (o *OtherService) Hello() {}
|
||||
|
||||
Reference in New Issue
Block a user