misctools

command module
v0.0.0-...-b47a2f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL