Skip to content

Commit

Permalink
refactor(main.go): Adding logic for execute command.
Browse files Browse the repository at this point in the history
  • Loading branch information
plvhx committed Jul 14, 2022
1 parent 4337e19 commit 23c60de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// Copyright 2022 Paulus Gandung Prakosa <[email protected]>
// All rights reserved.

package main

import (
// import some shit here.. :)
"github.com/plvhx/polar-bear/cmd"
)

func main() {
// TODO: do some fancy shit here.. :)
cmd.Execute()
}

0 comments on commit 23c60de

Please sign in to comment.