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

https://github.com/go-lpc/mim


https://github.com/go-lpc/mim

daq go golang hep mim rpi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# mim

[![GitHub release](https://img.shields.io/github/release/go-lpc/mim.svg)](https://github.com/go-lpc/mim/releases)
[![CI](https://github.com/go-lpc/mim/workflows/CI/badge.svg)](https://github.com/go-lpc/mim/actions)
[![codecov](https://codecov.io/gh/go-lpc/mim/branch/master/graph/badge.svg)](https://codecov.io/gh/go-lpc/mim)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-lpc/mim)](https://goreportcard.com/report/github.com/go-lpc/mim)
[![GoDoc](https://godoc.org/github.com/go-lpc/mim?status.svg)](https://godoc.org/github.com/go-lpc/mim)
[![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://github.com/go-lpc/mim/blob/master/LICENSE)

`mim` is the repository holding code for the MIM experiment.

## Installation

The `mim` package and its commands can be installed with `go get`:

```sh
$> go get github.com/go-lpc/mim/...
```

## Supported Go version

`mim` supports and tests on the two most recent Go releases.