https://github.com/go-lpc/mim
daq go golang hep mim rpi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-lpc/mim
- Owner: go-lpc
- License: bsd-3-clause
- Created: 2020-02-18T14:20:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T09:24:52.000Z (over 2 years ago)
- Last Synced: 2024-06-20T00:27:17.802Z (almost 2 years ago)
- Topics: daq, go, golang, hep, mim, rpi
- Language: C++
- Size: 3.05 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mim
[](https://github.com/go-lpc/mim/releases)
[](https://github.com/go-lpc/mim/actions)
[](https://codecov.io/gh/go-lpc/mim)
[](https://goreportcard.com/report/github.com/go-lpc/mim)
[](https://godoc.org/github.com/go-lpc/mim)
[](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.