Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
velociraptor-client
velociraptor-golang-mage-vendoring.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File velociraptor-golang-mage-vendoring.diff of Package velociraptor-client
From: Jeff Mahoney <jeffm@suse.com> Subject: [PATCH] velociraptor: add dummy main function for mage Mage won't pull in the full dependencies without there being a real import. This isn't used in the executable, since that's in bin/, but it will be used for 'go mod vendor' --- dummy.go | 9 +++++++++ 1 file changed, 9 insertions(+) --- /dev/null +++ b/dummy.go @@ -0,0 +1,9 @@ +// +build useless +package main + +import ( + "github.com/magefile/mage" +) + +func main() { +}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor