We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8d6be commit a5c388bCopy full SHA for a5c388b
templates/provider/keyvalue-inmemory/keyvalue.go
@@ -4,6 +4,9 @@ package main
4
import (
5
"context"
6
"sync"
7
+
8
+ // Comment is required here to insert space between std packages and the
9
+ // project specific packages, so that formatting doesn't mess the spacing up.
10
"{{ project-name }}/bindings/exports/wrpc/keyvalue/store"
11
12
"go.opentelemetry.io/otel/trace"
0 commit comments