1
0
mirror of https://github.com/fumiama/go-nd-portal.git synced 2026-06-05 00:10:25 +08:00

chore: fix some lints

This commit is contained in:
源文雨
2025-05-17 16:36:08 +09:00
parent e608d07157
commit 2371c0a51b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package cmd interacts with user
package cmd
import (

View File

@@ -1,3 +1,4 @@
// Package main fūnctiō prīncipālis
package main
import "github.com/fumiama/go-nd-portal/cmd"