-
-
```golang
package main
import "fmt"
func main() {
names := []string{}
names = append(names, "John")
// Append multiple items at once
names = append(names, "Sally", "George")
// …
-
We had to fork golang.org/x/crypto/ssh to ship Tailscale SSH, to add some API upstream didn't have.
This is a tracking bug to get our API changes upstream so we can unfork.
e.g.
```
$ perl …
-
日志如下:
2024-10-15T00:13:31.378Z - ClashVPN:后台vpn服务(ClashVpnAbility) 加载成功
2024-10-15T00:13:31.379Z - ClashVPN:初始化Clash(golang)(/data/storage/el2/base/haps/entry/files/home/)
2024-10-15T00:13:31.477Z …
-
excuse me,my english is poor!
i use pe2sh to generate a golang-compiled exe to shellcode,then i inject the shellcode and it can run normally on c-compiled shell loader,but when i inject the shellcode…
-
## Is your feature request related to a problem? Please describe.
when i marshal a map in java,and send it by internet to a golang program,i only can unmarshal it to a interface{},but i want and need…
-
### What version of gazelle are you using?
0.38.0
### What version of rules_go are you using?
0.49.0
### What version of Bazel are you using?
7.2.1
### Does this issue repr…
-
Running tests...
go test -C src ./...
go: cannot find main module, but found .git/config in /Golang/AI/nino
to create a module there, run:
go mod init
make: *** [test] Error 1
-
**Describe the bug**
- I have set `asdf global golang 1.20.14`
- In a new shell
```
~ ❯ which go
/Users/austinarbor/.asdf/shims/go
~ ❯ go version
go version go1.20.14 darwin…
-
I wrote a plugin `spin terminal` (https://github.com/rajatjindal/spin-plugin-terminal) based on [dagger](https://dagger.io), which provides a container shell with the required toolchains.
As i play…