File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- //go:build offline
2- // +build offline
3-
41// Copyright 2025 openGemini Authors
52//
63// Licensed under the Apache License, Version 2.0 (the "License");
1512// See the License for the specific language governing permissions and
1613// limitations under the License.
1714
15+ //go:build offline
16+ // +build offline
17+
1818package subcmd
1919
2020import (
Original file line number Diff line number Diff line change 1- //go:build !offline
2- // +build !offline
3-
41// Copyright 2025 openGemini Authors
52//
63// Licensed under the Apache License, Version 2.0 (the "License");
1512// See the License for the specific language governing permissions and
1613// limitations under the License.
1714
15+ //go:build !offline
16+ // +build !offline
17+
1818package subcmd
1919
2020import (
You can’t perform that action at this time.
0 commit comments