Categorygithub.com/frdrolland/misctools
modulepackage
0.0.0-20220331150746-b47a2f8727e3
Repository: https://github.com/frdrolland/misctools.git
Documentation: pkg.go.dev

# README

misctools

Prerequisites

Install Golang SDK 1.18+ : https://go.dev/dl/

Get the sources

cd $GOPATH/src<br>
mkdir -p github.com/frdrolland<br>
git clone https://github.com/frdrolland/misctools<br>
cd misctools<br>

Compilation

Cross-compilation: as it is written in Go language, binary file can be cross-compiled to build binary for another OS.

For example, from a Windows machine, you can build misctools.exe windows binary file with this command :

go build<br>

But you can also build misctools binary for Linux 64 bits using :

env GOOS=windows GOARCH=amd64 go build<br>

# Packages

No description provided by the author
No description provided by the author
No description provided by the author