コード例 #1
0
ファイル: time.go プロジェクト: DZLZHCODE/v2ray-core
func (this Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(this), b)
}
コード例 #2
0
ファイル: time.go プロジェクト: v2ray/v2ray-core
func (v Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(v), b)
}