mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-16 11:00:42 +03:00
7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/cheekybits/genny"
|
|
)
|