Skip to content

Commit b144468

Browse files
committed
chore(plugins/geolocation): add time package import for potential time-related operations
1 parent 8d5c700 commit b144468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/geolocation/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
import (
44
"context"
55
"os"
6+
"time"
67

78
"github.com/threatwinds/go-sdk/catcher"
89
"github.com/threatwinds/go-sdk/plugins"

0 commit comments

Comments
 (0)