add project first skeleton
This commit is contained in:
6
internal/app/app.go
Normal file
6
internal/app/app.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package app
|
||||
|
||||
|
||||
type App struct {
|
||||
// Application state and configurations can be added here
|
||||
}
|
||||
Reference in New Issue
Block a user