8 lines
112 B
Go
8 lines
112 B
Go
// +build !nogithub
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/gitdeploy/internal/webhooks/github"
|
|
)
|