6 lines
92 B
Go
6 lines
92 B
Go
package app
|
|
|
|
|
|
type App struct {
|
|
// Application state and configurations can be added here
|
|
} |