rtme-browser

command module
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2019 License: LGPL-3.0 Imports: 13 Imported by: 0

README

RTME-BROWSER

Display informations from RTME table

based on: https://github.com/sapk/go-genesys

Screenshots

Build

go mod vendor
(cd assets/ui/ && yarn build)
go generate ./...
gox -os="darwin" -ldflags "-s -w" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
gox -os="linux" -ldflags "-s -w" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
gox -os="windows" -ldflags "-s -w -H windowsgui" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}"
upx -7 ./build/rtme-browser-{windows,linux}-*

Windows specific: go build -ldflags "-s -w -H windowsgui" -o build/rtme-browser-windows-amd64.exe

export V=$(git describe --abbrev=0 --tags)
rcedit "./build/rtme-browser-windows-amd64.exe" --set-icon "assets/ui/public/favicon.ico" --set-file-version "${V#?}"

Sources

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
module
public
ui
api/v1
package v1 V1 API.
package v1 V1 API.

Jump to

Keyboard shortcuts

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