Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jul 24, 2024
1 parent e46cb4e commit 66b3e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
73 changes: 0 additions & 73 deletions examples/go/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions examples/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import (

type Go struct{}

func (m *Go) Echo(stringArg string) string {
return stringArg
}

// All executes all tests.
func (m *Go) All(ctx context.Context) error {
p := pool.New().WithErrors().WithContext(ctx)
Expand Down

0 comments on commit 66b3e64

Please sign in to comment.