This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
licensmith
Watch
1
Star
0
Fork
0
You've already forked licensmith
Code
Issues
Wiki
licensmith
/
main.go
10 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
feat: add initial version
2024-12-27 05:34:15 +01:00
package
main
import
(
feat!: rebuild entire cli and reorganize packages
2024-12-29 16:46:19 +01:00
"go.wzykubek.xyz/licensmith/cmd"
feat: add initial version
2024-12-27 05:34:15 +01:00
)
func
main
(
)
{
feat!: rebuild entire cli and reorganize packages
2024-12-29 16:46:19 +01:00
cmd
.
Execute
(
)
feat: add initial version
2024-12-27 05:34:15 +01:00
}
Copy Permalink