Skip to content

Commit 67b3f35

Browse files
committed
Add TODO comment re: coniguration.init() vs configuration.Initialize()
1 parent 6c82d9d commit 67b3f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/configuration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"github.com/sirupsen/logrus"
1010
)
1111

12+
// TODO: will it be possible to use init() instead?
1213
// Initialize sets up the tool configuration according to defaults and user-specified options.
1314
func Initialize() {
1415
setDefaults()

0 commit comments

Comments
 (0)