From aef4e6ff7d73e2bf2e3b92396ac20767a438cfdd Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 13 Feb 2019 12:47:29 -0500 Subject: [PATCH] mv cmd/main.go main.go This allows users to use go get -u github.com/ftpgrab/ftpgrab to install from source more easily. It also let's use package goftp more easily on FreeBSD and most likely other operating systems. --- cmd/main.go => main.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cmd/main.go => main.go (100%) diff --git a/cmd/main.go b/main.go similarity index 100% rename from cmd/main.go rename to main.go