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

https://github.com/gotmc/emc

Go library to provide functions related to EMC analyses
https://github.com/gotmc/emc

Last synced: 4 months ago
JSON representation

Go library to provide functions related to EMC analyses

Awesome Lists containing this project

README

          

# emc
Go library to provide functions related to EMC analyses

[![GoDoc][godoc badge]][godoc link]
[![Go Report Card][report badge]][report card]
[![License Badge][license badge]][LICENSE]

## Overview

[emc][] provides different packages for performing various Electromagnetic
Compatibility (EMC) related calculations.

## Contributing

Contributions are welcome! To contribute please:

1. Fork the repository
2. Create a feature branch
3. Code
4. Submit a [pull request][]

### Testing

Prior to submitting a [pull request][], please run:

```bash
$ make check
```

To update and view the test coverage report:

```bash
$ make cover
```

## License

[emc][] is released under the MIT license. Please see the [LICENSE][] file for
more information.

[emc]: https://github.com/gotmc/emc
[godoc badge]: https://godoc.org/github.com/gotmc/emc?status.svg
[godoc link]: https://godoc.org/github.com/gotmc/emc
[LICENSE]: https://github.com/gotmc/emc/blob/master/LICENSE
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[pull request]: https://help.github.com/articles/using-pull-requests
[report badge]: https://goreportcard.com/badge/github.com/gotmc/emc
[report card]: https://goreportcard.com/report/github.com/gotmc/emc