Skip to content

Commit

Permalink
upate README
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Feb 9, 2023
1 parent 558f491 commit cbca91a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,13 +403,14 @@ package main
import (
"context"
"log"
"os"
"github.com/sfomuseum/go-flags/flagset"
"github.com/whosonfirst/go-webhookd/v3/config"
"github.com/whosonfirst/go-webhookd/v3/daemon"
_ "github.com/whosonfirst/go-webhookd-aws"
_ "github.com/whosonfirst/go-webhookd-github"
"log"
"os"
)
func main() {
Expand Down Expand Up @@ -438,4 +439,5 @@ func main() {
## Related

* https://github.com/aaronland/go-http-server
* https://github.com/sfomuseum/runtimevar
* https://gocloud.dev/howto/runtimevar

0 comments on commit cbca91a

Please sign in to comment.