10 lines
84 B
Go
10 lines
84 B
Go
package main
|
|
|
|
import (
|
|
"steam_analyzer/internal/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|