Skip to content

Commit c717660

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(controller.go): change to valid package
1 parent 58c0e62 commit c717660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package gitreceive
22

33
import (
4-
"error"
4+
"errors"
55
"strings"
66
)
77

0 commit comments

Comments
 (0)