issues Search Results · repo:u-root/gobusybox language:Go
Filter by
32 results
(66 ms)32 results
inu-root/gobusybox (press backspace or delete to remove)The main package of gobusybox binaries (see main.go) contains the following exported functions:
- AbsSymlink
- IsTargetSymlink
- ResolveUntilLastSymlink
I don t see a reason why those functions ...
dolmen
- Opened 6 days ago
- #129
Just a question: Does this work like Busybox, where for example, if you compile the ASH or HUSH shell and enable this
behavior it will always use Busybox applets if they re there and lastly try looking ...
xplshn
- 4
- Opened on Jul 30, 2024
- #120
I m attempting to migrate u-root scripts and delete the old GO111MODULE=off (we used to use GO111MODULE=off go get ...
to get u-root sources), but I m getting dependency failures. Below is a script that ...
niels-moller
- 5
- Opened on Jan 9, 2024
- #104
Hi! Could somebody briefly explain why CGO is not supported? What is main thing that prevent using it with gobusybox?
nikitos1550
- 1
- Opened on Aug 30, 2023
- #98
Go 1.21 got a toolchain features in Go modules, see https://go.dev/doc/toolchain.
We should write some tests for interactions with this in gobusybox.
hugelgupf
- Opened on Aug 17, 2023
- #94
Reproducer:
#!/bin/bash
set -eu
cd `mktemp -d`
echo running in $PWD
go mod init temp
cat EOF tools.go
//go:build tools
package tools
import (
github.com/golangci/golangci-lint/cmd/golangci-lint ...
howardjohn
- 1
- Opened on May 16, 2023
- #85
Hello, at this time we are using : go build -ldflags -X main.BuildTime=$(date) when we want to compile our prog. Now we
want to use gobusybox to assemble all our little program but we how reproduce the ...
wisperC4
- 1
- Opened on Jun 16, 2022
- #74
We should start testing gobusybox with Go 1.18, which is being readied for release some time this month.
New features we have to pay attention to:
- Generics,
- Go workspaces,
- debug/buildinfo ...
hugelgupf
- 2
- Opened on Feb 12, 2022
- #64
pkg/findpkg needs some good test coverage of both Go module mode and GOPATH mode look ups of packages. Cases to
consider:
- looking up directories that don t contain any Go files
- looking up packages ...
hugelgupf
- 1
- Opened on Jan 5, 2022
- #62

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.