diff options
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ import ( "encoding/json" "log" "net/http" + "os" ) func IndexHandler(w http.ResponseWriter, r *http.Request) { |
![]() |
index : web2irc | |
| Simple daemon which forwards webhooks to IRC. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | handler.go | 1 |
@@ -4,6 +4,7 @@ import ( "encoding/json" "log" "net/http" + "os" ) func IndexHandler(w http.ResponseWriter, r *http.Request) { |