-
I have a feature request, when it generates the pages and so fort if you can add a configuration option like --gzip to have it gzip files to *.gz so you can use it with nginx gzip static module (http:…
-
I think I will take responsibility for this issue and propose to close #117, as it became as unhealthy cancelling and persecution of people who disagree with the author.
In order not to be unfounde…
-
$ go version
go version go1.12.7 linux/amd64
### What did you do?
Input program:
```
package pkg
func fn() {
func(arg int) []int {
_ = arg
return nil
}(0)[0]++
}
```
R…
-
## Describe the feature
Last week otel Golang sdk became [stable](https://github.com/open-telemetry/opentelemetry-go/pull/4569) wrt the metrics api. We need to create a plan/project to migr…
-
This is the 1st time I try to build confd.
```
go version
go version go1.18.3 linux/amd64
export GOPATH=/data
```
I follow the instruction:
```
$ mkdir -p $GOPATH/src/github.com/kelseyhightowe…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go1.22.0 windows/a…
hinst updated
4 months ago
-
-
Howdy all y'all, I'm sorry for what will probably be a very newbie question but I can't seem to find my way forward. I've taken example/main.go and aplay works without problem:
> dalem@QnD3:~/go/sr…
-
It's way better to be batching these inserts rather than one at a time writes.
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.19-pre4 cl/455575533 +12f49fe0ed linux/amd64
### Does this issue reproduce at the latest version of gola…