Also: - Fixed the Makefile - Added a Taskfile.yml (see: https://taskfile.dev) - Updated the manual page Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
6 lines
41 B
Go
6 lines
41 B
Go
package main
|
|
|
|
func main() {
|
|
Execute()
|
|
}
|