fix: change package names

This commit is contained in:
2026-02-15 17:23:56 +01:00
parent fc4b29b3eb
commit af20e29064
6 changed files with 48 additions and 30 deletions

View File

@@ -1,7 +1,8 @@
package pkg
package lib
type App struct {
}
func NewApp() App {
return App{}
}