All Projects → dubbogo → gost

dubbogo / gost

Licence: Apache-2.0 license
dubbogo golang standard library

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

gost

Build Status codecov GoDoc Go Report Card license

A go sdk for Apache Dubbo-go.

bytes

  • BytesBufferPool

bytes.Buffer pool

  • SlicePool

slice pool

container

  • queue

Queue

  • set

HashSet

log

output log with color and provides pretty format string

math

  • Decimal

net

  • GetLocalIP() (string, error)
  • IsSameAddr(addr1, addr2 net.Addr) bool
  • ListenOnTCPRandomPort(ip string) (*net.TCPListener, error)
  • ListenOnUDPRandomPort(ip string) (*net.UDPConn, error)

page

Page for pagination. It contains the most common functions like offset, pagesize.

runtime

  • GoSafely

Using go in a safe way.

  • GoUnterminated

Run a goroutine in a safe way whose task is long live as the whole process life time.

runtime

  • GoSafely

Using go in a safe way.

  • GoUnterminated

Run a goroutine in a safe way whose task is long live as the whole process life time.

sync

  • TaskPool

strings

  • IsNil

check a var is nil or not.

time

Timer optimization through time-wheel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].