renaming folder structure to match github

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-17 12:59:34 +02:00
parent b7fcab2ed8
commit 482d97f9e5
3 changed files with 2 additions and 6 deletions

View file

@ -5,12 +5,8 @@ language: go
go: go:
- master - master
go_import_path:
- github.com/metonimie/simpleFTP
install: install:
# - go get -t -v ./... # - 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/fsnotify/fsnotify
- go get -t -v github.com/spf13/viper - go get -t -v github.com/spf13/viper
- go get -t -v github.com/hashicorp/hcl - go get -t -v github.com/hashicorp/hcl

View file

@ -17,7 +17,7 @@ import (
"sync" "sync"
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
"github.com/metonimie/simpleFTP/server/server/config" "github.com/metonimie/simplFT/server/server/config"
"github.com/spf13/viper" "github.com/spf13/viper"
) )

View file

@ -6,7 +6,7 @@ import (
"log" "log"
"sync" "sync"
"github.com/metonimie/simpleFTP/server/server" "github.com/metonimie/simplFT/server/server"
) )
func main() { func main() {