server: Move all the top level files into cmd folder. (#2490)

This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
This commit is contained in:
Harshavardhana
2016-08-18 16:23:42 -07:00
committed by Anand Babu (AB) Periasamy
parent 73d1a46f3e
commit bccf549463
187 changed files with 425 additions and 419 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ install:
# to run your custom scripts instead of automatic MSBuild
build_script:
- go test -race .
- go test -race github.com/minio/minio/cmd...
- go test -race github.com/minio/minio/pkg...
- go test -coverprofile=coverage.txt -covermode=atomic
- go run buildscripts/gen-ldflags.go > temp.txt