Skip to content

dubbogo/gost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e679e7 · Oct 17, 2023
Mar 13, 2022
Nov 27, 2022
Oct 30, 2021
Mar 28, 2021
Oct 17, 2023
Jun 23, 2022
Jun 23, 2022
Dec 16, 2022
Feb 21, 2023
Nov 27, 2022
Apr 14, 2022
Dec 9, 2020
Mar 12, 2022
Mar 3, 2020
Nov 27, 2022
Nov 27, 2022
Nov 18, 2021
Sep 12, 2021
Mar 13, 2022
Mar 13, 2022
Jul 18, 2019
Feb 5, 2021
Nov 13, 2020
May 21, 2023
May 21, 2023

Repository files navigation

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.