An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# aruntime - aah framework
[![Build Status](https://travis-ci.org/go-aah/aruntime.svg?branch=master)](https://travis-ci.org/go-aah/aruntime) [![codecov](https://codecov.io/gh/go-aah/aruntime/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/aruntime/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/aruntime.v0)](https://goreportcard.com/report/aahframework.org/aruntime.v0) [![Version](https://img.shields.io/badge/version-0.3.1-blue.svg)](https://github.com/go-aah/aruntime/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/aruntime.v0?status.svg)](https://godoc.org/aahframework.org/aruntime.v0) [![License](https://img.shields.io/github/license/go-aah/aruntime.svg)](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.