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 ac74966 commit 31d4651Copy full SHA for 31d4651
examples/builder/builder.go
@@ -5,11 +5,13 @@ import (
5
"bytes"
6
"embed"
7
_ "embed"
8
- "github.com/coder/coder/coderd/util/slice"
9
- "golang.org/x/xerrors"
10
"html/template"
11
"strings"
12
"time"
+
+ "golang.org/x/xerrors"
13
14
+ "github.com/coder/coder/coderd/util/slice"
15
)
16
17
//go:embed templates/*.tmpl
examples/builder/options.go
@@ -1,4 +1,4 @@
1
-package quickstart
+package builder
2
3
type KubeOptions struct {
4
Os, Arch string
0 commit comments