enforce go fmt usage in vscode

This commit is contained in:
Evan Simkowitz
2024-08-28 10:59:08 -07:00
parent fb65ec1e23
commit efe85ff4f5
4 changed files with 71 additions and 72 deletions
+2 -4
View File
@@ -6,9 +6,9 @@
package wshclient
import (
"github.com/wavetermdev/thenextwave/pkg/wshutil"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/thenextwave/pkg/waveobj"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/thenextwave/pkg/wshutil"
)
// command "announce", wshserver.AnnounceCommand
@@ -185,5 +185,3 @@ func TestCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {
_, err := sendRpcRequestCallHelper[any](w, "test", data, opts)
return err
}