gitdeploy/gitea.go

8 lines
114 B
Go

// +build !nobitbucket
package main
import (
_ "git.rootprojects.org/root/gitdeploy/internal/webhooks/gitea"
)