https://github.com/xybor/xyplatform
The platform library of xybor
https://github.com/xybor/xyplatform
binder database error golang platform scheduler select warning
Last synced: 5 months ago
JSON representation
The platform library of xybor
- Host: GitHub
- URL: https://github.com/xybor/xyplatform
- Owner: xybor
- License: mit
- Archived: true
- Created: 2022-02-06T12:00:50.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-12T16:19:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T15:50:58.006Z (over 1 year ago)
- Topics: binder, database, error, golang, platform, scheduler, select, warning
- Language: Go
- Homepage:
- Size: 179 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
_THIS REPOSITORY WAS DEPRECATED, ALL INSIDE PACKAGES ARE MOVED TO [HERE](https://github.com/xybor-x)_
# xyplatform
[](https://github.com/huykingsofm)
[](https://github.com/xybor/xyplatform)
[](https://go.dev/)
[](https://go.dev/blog/go1.18)
[](https://github.com/xybor/xyplatform/releases/latest)
[](https://www.codacy.com/gh/xybor/xyplatform/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xybor/xyplatform&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/xybor/xyplatform/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xybor/xyplatform&utm_campaign=Badge_Coverage)
[](https://goreportcard.com/report/github.com/xybor/xyplatform)
Xyplatform contains platform libraries developed by Xybor.
Visit [pkg.go.dev](https://pkg.go.dev/github.com/xybor/xyplatform) for more
details.
# List of libraries
1. Package [xycond](./xycond) supports to assert or expect many conditions.
2. Package [xyerror](./xyerror) defines error type used in xyplatform.
3. Package [xylock](./xylock) defines wrapper types of sync mutex, rwmutex, and
semaphore.
4. Package [xylog](./xylog) is a logging module based on the design of python
logging.
5. Package [xysched](./xysched) supports to schedule future tasks with a simple
syntax.
6. Package [xyselect](./xyselect) defines custom select statements.
# Retracted versions
- v1.0.0
- v1.0.1