From 08bbce1298d8572afe0b1d44d0d1cd338535d209 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Sat, 28 Apr 2018 19:55:15 +1000 Subject: [PATCH] Move main back to root --- Makefile | 2 +- cmd/main.go => main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd/main.go => main.go (100%) diff --git a/Makefile b/Makefile index e7e45da..28e5909 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # make -j4 release VERSION=$(shell git describe) -LDFLAGS=-ldflags "-X main.version=${VERSION}" -o cowyo github.com/schollz/cowyo/cmd +LDFLAGS=-ldflags "-X main.version=${VERSION}" .PHONY: build build: server/bindata.go diff --git a/cmd/main.go b/main.go similarity index 100% rename from cmd/main.go rename to main.go