package
0.0.0-20240717165421-f2ae8069fcba
Repository: https://github.com/cloudfoundry/libbuildpack.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Installing the packager

go get github.com/cloudfoundry/libbuildpack
cd ~/go/src/github.com/cloudfoundry/libbuildpack && GO111MODULE=on go mod download
cd packager/buildpack-packager &&  GO111MODULE=on go install

How to regenerate bindata.go

Run go generate when you add, remove, or change the files in the scaffold directory.

This will generate a new bindata.go file, which you SHOULD commit to the repo. Both the scaffold directory that this file is created from and the file itself belong in the repo. Make changes directly to the scaffold directory and its files, not bindata.go.

For more on go-bindata: https://github.com/jteeuwen/go-bindata

Running tests

ginkgo -r