Skip to content

Commit 2ce0b8f

Browse files
committed
fix: support windows platform editor
1 parent 75a9887 commit 2ce0b8f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cmd/util/editor/launcher_others.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !windows
2+
// +build !windows
3+
14
// Copyright 2024 The Kevin Berger <huhouhuam@outlook.com> Authors
25
//
36
// Licensed under the Apache License, Version 2.0 (the "License");

cmd/util/editor/launcher_windows.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build windows
2+
// +build windows
3+
14
// Copyright 2024 The Kevin Berger <huhouhuam@outlook.com> Authors
25
//
36
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)