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 cdf4d94 commit 9841ca7Copy full SHA for 9841ca7
go.mod
@@ -1,5 +1,5 @@
1
-// Copyright 2021 The KCL Authors. All rights reserved.
+// Copyright 2023 The KCL Authors. All rights reserved.
2
3
-module kusionstack.io/kcl-plugin
+module kcl-lang.io/kcl-plugin
4
5
go 1.17
hello.go
@@ -6,7 +6,7 @@
6
package main
7
8
import (
9
- "kusionstack.io/kcl-plugin"
+ "kcl-lang.io/kcl-plugin"
10
)
11
12
func main() {
0 commit comments