bingen

package module
v0.0.0-...-7078e10 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2021 License: MIT Imports: 14 Imported by: 0

README

Go binary file packer

Deprecated: This is now a part of the standard library and Go tooling: https://pkg.go.dev/embed

I wouldn't recommend using this. I intend to muck around with it a fair bit.

I use it for my own stuff because I like to control my own dependencies fairly rigidly on my personal projects that I write for my own enjoyment.

Use one of these instead:

Documentation

Index

Constants

View Source
const Usage = `` /* 1079-byte string literal not displayed */

Variables

This section is empty.

Functions

func IsUsageError

func IsUsageError(err error) bool

Types

type Command

type Command struct {
	// contains filtered or unexported fields
}

func (*Command) Flags

func (m *Command) Flags(fs *flag.FlagSet)

func (*Command) Run

func (m *Command) Run(args ...string) (rerr error)

func (*Command) Synopsis

func (m *Command) Synopsis() string

func (*Command) Usage

func (m *Command) Usage() string

type Mode

type Mode string
const (
	Base64 Mode = "base64"
	Bytes  Mode = "bytes"
)

func (*Mode) Set

func (m *Mode) Set(s string) error

func (Mode) String

func (m Mode) String() string

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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