gitdeploy/github.go

8 lines
112 B
Go
Raw Permalink Normal View History

2020-09-29 02:08:35 -06:00
// +build !nogithub
2020-09-28 17:39:05 -06:00
package main
import (
2020-10-09 09:22:06 +00:00
_ "git.rootprojects.org/root/gitdeploy/internal/webhooks/github"
2020-09-28 17:39:05 -06:00
)