From 99feb71bdd4c38794be05b77e52cf67056d46384 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 11 May 2023 22:02:19 -0700 Subject: [PATCH] Move main.go to root of repo This allows `go install k8s.io/git-sync` which I like. --- cmd/git-sync/main.go => main.go | 0 cmd/git-sync/main_test.go => main_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cmd/git-sync/main.go => main.go (100%) rename cmd/git-sync/main_test.go => main_test.go (100%) diff --git a/cmd/git-sync/main.go b/main.go similarity index 100% rename from cmd/git-sync/main.go rename to main.go diff --git a/cmd/git-sync/main_test.go b/main_test.go similarity index 100% rename from cmd/git-sync/main_test.go rename to main_test.go