Files
chatlog/pkg/appver/version_others.go
Shen Junzheng 80c7e67106 x
2025-03-24 22:42:31 +08:00

8 lines
98 B
Go

//go:build !windows && !darwin
package appver
func (i *Info) initialize() error {
return nil
}