8000 GitHub - stevegt/gopid: Proportional Integral Differential control system for golang.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stevegt/gopid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopid

Proportional Integral Differential control system for golang.

Installation

You can download the code via the usual go utilities:

go get github.com/datacratic/gopid

To build the code and run the test suite along with several static analysis tools, use the provided Makefile:

make test

Note that the usual go utilities will work just fine but we require that all commits pass the full suite of tests and static analysis tools.

License

The source code is available under the Apache License. See the LICENSE file for more details.

About

Proportional Integral Differential control system for golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.7%
  • Makefile 7.3%
0