Tidy up. More tests.

This commit is contained in:
Lea Anthony
2023-02-21 17:10:36 +11:00
parent dc0d99a8e9
commit 6bfd654ec8
6 changed files with 105 additions and 21 deletions
@@ -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() {}