6f33cc5799
fixes issue #7 & #9 also remove agGrid dependency from package.json to reduce download size
11 lines
145 B
Go
11 lines
145 B
Go
package main
|
|
|
|
import (
|
|
"github.com/jordanknott/project-citadel/internal/commands"
|
|
_ "github.com/lib/pq"
|
|
)
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|