g.waitsince is the output of runtime.nanotime and represents a monotonic clock which can not be converted directly into unix time. A better fix would be to convert it to a time.Duration by reading the current value of runtime.nanotime. This is complicated, however, because on some systems (for example macOS) the current value of runtime.nanotime can only be read by making a system call. Updates #3137 |
||
|---|---|---|
| .. | ||
| colorize | ||
| starbind | ||
| command_test.go | ||
| command.go | ||
| config.go | ||
| disasmprint.go | ||
| docgen.go | ||
| groups.go | ||
| out.go | ||
| starlark_test.go | ||
| starlark.go | ||
| terminal_other.go | ||
| terminal_test.go | ||
| terminal_windows.go | ||
| terminal.go | ||