thirdparty

package
v0.0.0-...-d96f53a Latest Latest
Warning

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

Go to latest
Published: May 26, 2021 License: MPL-2.0 Imports: 5 Imported by: 0

README

The gomacro command import will write here import files for third-party libraries if they are to be imported and statically linked into gomacro.

This is currently needed on non-Linux systems to allow importing third-party libraries at gomacro prompt.

It is safe to remove files in this directory, as long as you keep at least README.md and a_package.go

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Packages = make(map[string]Package)

Functions

This section is empty.

Types

type P_github_com_peterh_liner__ModeApplier

type P_github_com_peterh_liner__ModeApplier struct {
	Object     interface{}
	ApplyMode_ func(interface{}) error
}

--------------- proxy for github.com/peterh/liner.ModeApplier ---------------

func (*P_github_com_peterh_liner__ModeApplier) ApplyMode

type Package

type Package = struct {
	Name    string
	Binds   map[string]Value
	Types   map[string]Type
	Proxies map[string]Type
	// Untypeds contains a string representation of untyped constants,
	// stored without loss of precision
	Untypeds map[string]string
	// Wrappers is the list of wrapper methods for named types.
	// Stored explicitly because reflect package cannot distinguish
	// between explicit methods and wrapper methods for embedded fields
	Wrappers map[string][]string
}

Jump to

Keyboard shortcuts

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