ssabuild

package
v0.0.0-...-f39ad0c Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2023 License: GPL-2.0 Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildWholeProgramGoMod

func BuildWholeProgramGoMod(strModulePath string, boolForce bool, boolShowError bool, strModAbsPath string) (*ssa.Program, []*ssa.Package, bool, string)

A Beta functionality: use go.mod to build a program For this, we switched to a newer version of package "golang.org/x/tools/go/packages" We are using a copied and slightly modified version downloaded on 11/15/2021 strModulePath is like go.etcd.io strModAbsPath is like /home/you/stubs/etcd

func BuildWholeProgramTrad

func BuildWholeProgramTrad(strPath string, boolForce bool, boolShowError bool) (*ssa.Program, []*ssa.Package, bool, string)

Our traditional way to build a program. Here strPath should be what's after "/src/", like "github.com/docker/docker"

Types

This section is empty.

Jump to

Keyboard shortcuts

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