Skip to content

Commit e6a46a7

Browse files
committed
✨ feat: add context import in main.go for context support
Added the context package import to cmd/settler/main.go to enable support for context handling in future enhancements.
1 parent 7af2bc2 commit e6a46a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/settler/main.go

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

33
import (
4+
"context"
45
"flag"
56
"fmt"
67
"log"

0 commit comments

Comments
 (0)