summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-08-18 15:14:34 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-08-21 21:13:46 +0800
commit833346c40013fca6224534c573fd84c7e38bda4b (patch)
treeef9847cf9c0faa9deb36e7d986db6867ecc9b1a5 /manifests
parentupdate go version to 1.19 (diff)
downloadkubeedge-833346c40013fca6224534c573fd84c7e38bda4b.tar.gz
fix lint
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/manifests.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/manifests.go b/manifests/manifests.go
index c984af956..de08cdd18 100644
--- a/manifests/manifests.go
+++ b/manifests/manifests.go
@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
+
package manifests
import (
@@ -21,7 +22,6 @@ import (
"os"
)
-// FS embeds the manifests
//go:embed charts/* addons/* profiles/*
//go:embed charts/cloudcore/templates/_helpers.tpl
var FS embed.FS