Skip to content

Commit 2ba2e9e

Browse files
fix
1 parent 5350f5f commit 2ba2e9e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tmpl text eol=lf

tools/cli/internal/openapi/filter/code_sample.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"golang.org/x/text/language"
3030
)
3131

32-
//go:embed template/go_sdk_code_sample.txt
32+
//go:embed template/go_sdk_code_sample.go.tmpl
3333
var goSDKTemplate string
3434

3535
const codeSampleExtensionName = "x-codeSamples"

0 commit comments

Comments
 (0)