-
by **yangchunxu**:
Hi,
as package doc say:
the time.Now() shall return local current time,but actually,the first call return GMT
time, 2nd call return local time,
t := time.Now()
t.Hour() //will …
-
## Output of `restic version`
restic 0.6.1
compiled with go1.8.3 on linux/amd64
## How did you start restic exactly? (Include the complete command line)
`./restic_0.6.1_linux_amd64 prune…
-
filename:u=2068517125,4062313322&fm=21&gp=0.jpg
error message:
time="2016-03-09T16:26:31+08:00" level=error msg="CreateObject failed." Error={The request signature we calculated does
not match the sig…
-
The latest version of go vet (go 1.4.1 with latest tools repo commit golang/tools@913f41fc5f1b7afd8f7c66c011c1ad368fa23fb8) is incorrectly reporting malformed struct tags when one of the tag values co…
-
Running pprof on a program that has O(10^6) cpu-bound goroutines loses ~50% of samples.
Code is github.com/btracey/stackmc/examples/paper/rosen_unif
Svg of pprof output: http://stanford.edu/~btracey…
-
When building packages outside of the GOROOT (i.e. GOPATH != GOROOT), go may still
attempt to rebuild packages in the GOROOT if they depend on a package in the GOROOT that
appears to be stale.
This i…
-
If the linker or compiler is newer than a standard package, go will try to rebuild the
package even if it is outside of the current root (i.e. GOPATH != GOROOT). This is
similar to (or the same as) th…
-
- Plugin version (or commit hash):
0.10.1296
- IDE name and version:
pycharm 5.02
- Java version:
None
- OS name and version:
Windows 7-64bit
how to compile multi-file liks this:
go build -o…
-
Please consider the example below as test case:
```
package main
import (
"crypto/sha1"
"fmt"
"log"
"runtime"
"time"
minio "github.com/minio/minio-go"
)
const (
s3Addre…
-
by **philipp.schumann**:
Just updated from the previous weekly (22Feb) to the current (04Mar) and no "go
get" call seems to work.
You see to update I deleted my entire go folder and extrac…