8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "git.kapelle.org/niklas/steam-immich/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|