Skip to content

Commit 8d2aba0

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(controller.go): add necessary import
1 parent 88d9d47 commit 8d2aba0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package gitreceive
22

33
import (
44
"errors"
5+
"fmt"
56
"strings"
67
)
78

0 commit comments

Comments
 (0)