mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-24 20:00:45 +00:00
10 lines
89 B
Go
10 lines
89 B
Go
package main
|
|
|
|
import (
|
|
"github.com/lapwat/papeer/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|