]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/remote.go
Move embedded remote helpers to cmd/safcm/
[safcm/safcm.git] / cmd / safcm / remote.go
similarity index 82%
rename from remote/remote.go
rename to cmd/safcm/remote.go
index 3a41987f0adb757c1fd5f8f504ee18a9a565cd15..4fbb7d4834583b02ecc8aa35991c725a6b92cf4c 100644 (file)
 // You should have received a copy of the GNU General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-package remote
+package main
 
 import (
        "embed"
 )
 
-// Helpers contains remote helper binaries for different operating systems and
-// architectures.
-//go:embed helpers/*
-var Helpers embed.FS
+// RemoteHelpers contains remote helper binaries for different operating
+// systems and architectures.
+//go:embed remote/*
+var RemoteHelpers embed.FS