Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

xybor/xyplatform

Repository files navigation

THIS REPOSITORY WAS DEPRECATED, ALL INSIDE PACKAGES ARE MOVED TO HERE

xyplatform

Xybor founder GitHub Repo stars GitHub top language GitHub go.mod Go version GitHub release (release name instead of tag name) Codacy Badge Codacy Badge Go Report

Xyplatform contains platform libraries developed by Xybor.

Visit pkg.go.dev for more details.

List of libraries

  1. Package xycond supports to assert or expect many conditions.

  2. Package xyerror defines error type used in xyplatform.

  3. Package xylock defines wrapper types of sync mutex, rwmutex, and semaphore.

  4. Package xylog is a logging module based on the design of python logging.

  5. Package xysched supports to schedule future tasks with a simple syntax.

  6. Package xyselect defines custom select statements.

Retracted versions

  • v1.0.0
  • v1.0.1