Skip to content

Commit

Permalink
rename serve to run
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Dec 20, 2023
1 parent 97f5c64 commit e4af863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.go → run.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

package sdk

func Serve(p Processor) {
func run(p Processor) {

Check failure on line 17 in run.go

View workflow job for this annotation

GitHub Actions / golangci-lint

func `run` is unused (unused)

}

0 comments on commit e4af863

Please sign in to comment.