I wanted to add the module to the qor/admin.I installed the qor/admin by using go get command.
You use go get github.com/qor/admin
to get the package.
Then you import it with
import github.com/qor/admin
To see a sample check the github page of qor/admin