Template
1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2024-06-03 15:43:28 -06:00
parent 008fccfb82
commit 0f0057805b
No known key found for this signature in database

View file

@ -1,12 +1,10 @@
package main package main
import ( import (
"context"
"embed" "embed"
"flag" "flag"
"fmt" "fmt"
"net/http" "net/http"
"time"
"atri.dad/api" "atri.dad/api"
"atri.dad/api/webhooks" "atri.dad/api/webhooks"