Restructure project directories
Follow the standard of all go projects
This commit is contained in:
parent
741f18efd1
commit
5445ce1ccf
20 changed files with 39 additions and 42 deletions
19
main.go
19
main.go
|
|
@ -1,19 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"gitlab.com/revalus/grm/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
app := app.GitRepositoryManager{}
|
||||
err := app.Parse(os.Args)
|
||||
if err != nil {
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
exitCode := app.Run(os.Stdout)
|
||||
os.Exit(exitCode)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue