Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@myyrakle myyrakle released this 26 Nov 13:25
020cdbf

Summary

  • thread Sleep 기능 구현
  • thread Spawn 기능 구현
  • thread JoinHandle 구현
  • 128비트 정수 I128, U128 타입 구현
  • time Duration 구현
  • 정수에 대한 bit shift 연산 구현
  • 부호 있는 정수에 대한 Neg 연산 구현
  • integer min/max 상수 추가
  • 일부 버그 수정

Install

go get github.com/myyrakle/[email protected]
go get github.com/myyrakle/gost/[email protected]