This commit is contained in:
Shen Junzheng
2025-03-24 22:42:31 +08:00
parent 78cce92ce3
commit 80c7e67106
86 changed files with 7061 additions and 2316 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build !windows && !darwin
package appver
func (i *Info) initialize() error {
return nil
}