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