Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commiteefa2f3

Browse files
committed
gofmt
1 parente064c47 commiteefa2f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎internal/cmd/update.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ import (
2121
"strings"
2222
"time"
2323

24+
"golang.org/x/xerrors"
25+
2426
"cdr.dev/coder-cli/internal/config"
2527
"cdr.dev/coder-cli/internal/version"
2628
"cdr.dev/coder-cli/pkg/clog"
27-
"golang.org/x/xerrors"
2829

2930
"github.com/Masterminds/semver/v3"
3031
"github.com/manifoldco/promptui"

‎internal/cmd/update_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ import (
1414
"strings"
1515
"testing"
1616

17-
"cdr.dev/coder-cli/pkg/clog"
1817
"cdr.dev/slog/sloggers/slogtest/assert"
1918
"github.com/manifoldco/promptui"
2019
"github.com/spf13/afero"
2120
"golang.org/x/xerrors"
21+
22+
"cdr.dev/coder-cli/pkg/clog"
2223
)
2324

2425
const (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp