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
- Host: GitHub
- URL: https://github.com/gotmc/emc
- Owner: gotmc
- License: mit
- Created: 2017-11-21T14:07:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T10:59:36.000Z (about 2 years ago)
- Last Synced: 2024-06-20T11:16:20.999Z (almost 2 years ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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