pkgpath

package standard library
go1.17.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

Package pkgpath determines the package path used by gccgo/GoLLVM symbols. This package is not used for the gc compiler.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToSymbolFunc

func ToSymbolFunc(cmd, tmpdir string) (func(string) string, error)

ToSymbolFunc returns a function that may be used to convert a package path into a string suitable for use as a symbol. cmd is the gccgo/GoLLVM compiler in use, and tmpdir is a temporary directory to pass to ioutil.TempFile. For example, this returns a function that converts "net/http" into a string like "net..z2fhttp". The actual string varies for different gccgo/GoLLVM versions, which is why this returns a function that does the conversion appropriate for the compiler in use.

Types

This section is empty.

Jump to

Keyboard shortcuts

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