func github.com/jackc/pgio.AppendInt64

6 uses

	github.com/jackc/pgio (current package)
		write.go#L34: func AppendInt64(buf []byte, n int64) []byte {

	github.com/jackc/pgtype
		int8.go#L234: 	return pgio.AppendInt64(buf, src.Int), nil
		interval.go#L230: 	buf = pgio.AppendInt64(buf, src.Microseconds)
		time.go#L204: 	return pgio.AppendInt64(buf, src.Microseconds), nil
		timestamp.go#L203: 	return pgio.AppendInt64(buf, microsecSinceY2K), nil
		timestamptz.go#L200: 	return pgio.AppendInt64(buf, microsecSinceY2K), nil