Skip to content

Commit

Permalink
import for context was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Sep 29, 2024
1 parent 8e9d97c commit 4d074c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/low/base/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package base

import (
"golang.org/x/net/context"
"context"
"sync"
)

Expand Down

0 comments on commit 4d074c3

Please sign in to comment.