added credit

This commit is contained in:
Mat Ryer 2016-09-01 10:30:27 +01:00
parent d3832c4df6
commit e41b7bc222
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2016 Mat Ryer
Copyright (c) 2016 Mat Ryer and David Hernandez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -79,3 +79,9 @@ The mocked structure implements the interface, where each method calls the assoc
* Only mock the fields you need - it will panic if a nil function gets called
* Use closured variables inside your test function to capture details about the calls to the methods
* Use `go:generate` to invoke the `moq` command
## License
The moq command (and all code) is licensed under the [MIT License](LICENSE).
The moq logo was created by [Chris Ryer](http://chrisryer.co.uk) and is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/).