renaming folder structure to match github
This commit is contained in:
parent
b7fcab2ed8
commit
482d97f9e5
3 changed files with 2 additions and 6 deletions
|
@ -5,12 +5,8 @@ language: go
|
|||
go:
|
||||
- master
|
||||
|
||||
go_import_path:
|
||||
- github.com/metonimie/simpleFTP
|
||||
|
||||
install:
|
||||
# - go get -t -v ./...
|
||||
- go get -t -v github.com/metonimie/simpleFTP/
|
||||
- go get -t -v github.com/fsnotify/fsnotify
|
||||
- go get -t -v github.com/spf13/viper
|
||||
- go get -t -v github.com/hashicorp/hcl
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/fsnotify/fsnotify"
|
||||
"github.com/metonimie/simpleFTP/server/server/config"
|
||||
"github.com/metonimie/simplFT/server/server/config"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"log"
|
||||
"sync"
|
||||
|
||||
"github.com/metonimie/simpleFTP/server/server"
|
||||
"github.com/metonimie/simplFT/server/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue