Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 1265b6d

Browse files
committed
New main package
1 parent 428d712 commit 1265b6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

devdash.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "github.com/Phantas0s/devdash/cmd"
4+
5+
func main() {
6+
cmd.Execute()
7+
}

0 commit comments

Comments
 (0)