We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc1bef commit 48869f5Copy full SHA for 48869f5
src/database/sql/convert_test.go
@@ -51,9 +51,6 @@ var (
51
scanbytes []byte
52
scanraw RawBytes
53
scanint int
54
- scanint8 int8
55
- scanint16 int16
56
- scanint32 int32
57
scanuint8 uint8
58
scanuint16 uint16
59
scanbool bool
src/time/time.go
@@ -425,7 +425,6 @@ const (
425
internalToUnix int64 = -unixToInternal
426
427
wallToInternal int64 = (1884*365 + 1884/4 - 1884/100 + 1884/400) * secondsPerDay
428
- internalToWall int64 = -wallToInternal
429
)
430
431
// IsZero reports whether t represents the zero time instant,
0 commit comments