-
## 路径问题
GOROOT: GOROOT是Go的安装目录。Go安装程序会自动设置$GOROOT环境变量,一般不需要手动进行设置。
GOPATH:GOPATH目录是Go的工作目录,其中包含本地的项目文件,项目中引用的的第三方package,以及生成的二进制文件。
Go语言工具要求GOPATH的目录结构包含bin,pkg,src三个子目录。
安装依赖包时,多次提到过GOPATH。但是,…
-
#### The associated forum post URL from `https://forum.rclone.org`
https://forum.rclone.org/t/can-we-add-erasure-coding-to-rclone/23684/5
#### What is your current rclone version (output f…
-
Repro:
1. Create new repo on keybase
2. Add as remote on existing local repo that doesn't have a master branch (default branch is develop, and almost no one checks out master on their PC)
3. With…
-
Hi,
When trying to compile https://github.com/aya-rs/book/tree/1d62046f4addf513ceb29298e38116625e776a3e/examples/xdp-hello `cargo xtask build-ebpf` panics with `Unable to open LLVM shared lib: [...…
-
```bash
./opa run --server --log-level debug policy.rego
{"current_version":"0.58.0","level":"debug","msg":"OPA is up to date.","time":"2023-11-03T10:32:03+01:00"}
```
This is basic policy:
…
nkey0 updated
11 months ago
-
make run
go run ./cmd/main.go
`vet: api/v1/zz_generated.deepcopy.go:126:10: cannot use c (variable of type *CronJobSpec) as "k8s.io/apimachinery/pkg/runtime".Object value in return statement: *…
-
# Welcome to CNCF Project Onboarding
ref: https://github.com/cncf/sandbox/issues/83
This is an issue created to help onboard your project into the CNCF after the TOC has voted to accept your project…
-
## Background
This proposal was branched off of #32190, which was a proposed HEREDOC syntax for Go. It was concluded that HEREDOC was not the correct syntax for Go to use, however the proposal did …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.15.2 linux/amd64
### Does this issue reproduce with the latest release?
### What operating system a…
-
Opening an issue raised by a user seeking documentation on self-hosting SSOReady.
More details to follow.