https://github.com/go-aah/aruntime
Runtime Library by aah framework
https://github.com/go-aah/aruntime
aah aah-framework aruntime golang-library runtime
Last synced: about 2 months ago
JSON representation
Runtime Library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/aruntime
- Owner: go-aah
- License: mit
- Created: 2017-03-06T05:41:06.000Z (over 8 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T17:09:00.000Z (over 6 years ago)
- Last Synced: 2024-12-30T17:51:51.958Z (5 months ago)
- Topics: aah, aah-framework, aruntime, golang-library, runtime
- Language: Go
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aruntime - aah framework
[](https://travis-ci.org/go-aah/aruntime) [](https://codecov.io/gh/go-aah/aruntime/branch/master) [](https://goreportcard.com/report/aahframework.org/aruntime.v0) [](https://github.com/go-aah/aruntime/releases/latest) [](https://godoc.org/aahframework.org/aruntime.v0) [](LICENSE)***v0.3.1 [released](https://github.com/go-aah/aruntime/releases/latest) and tagged on Jul 22, 2018***
Runtime library is built to get, manipulate GoRoutines stack trace, etc.
*`aruntime` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
# Installation
#### Stable Version - Production Ready
```bash
# install the library
go get -u aahframework.org/aruntime.v0
```Visit official website https://aahframework.org to learn more.