moved backend servers into pkg

This commit is contained in:
Aaron Alexander 2017-10-23 14:54:39 -05:00
parent dd21044181
commit bf8a9f5a47
3 changed files with 2 additions and 2 deletions

View file

@ -4,8 +4,8 @@ import (
"log"
"net/http"
"github.com/Ennovar/gPanel/public"
"github.com/Ennovar/gPanel/webhost"
"github.com/Ennovar/gPanel/pkg/public"
"github.com/Ennovar/gPanel/pkg/webhost"
)
func main() {