generated from alecodes/base-template
feat: add basic command structure
This commit is contained in:
parent
c8a37ed85c
commit
1459abdd84
8 changed files with 78 additions and 3 deletions
5
main.go
5
main.go
|
|
@ -1,10 +1,11 @@
|
|||
/*
|
||||
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
||||
|
||||
*/
|
||||
package main
|
||||
|
||||
import "git.alecodes.page/alecodes/miniflux-archiver/cmd"
|
||||
import (
|
||||
"git.alecodes.page/alecodes/miniflux-archiver/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue