added credit
This commit is contained in:
parent
d3832c4df6
commit
e41b7bc222
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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/).
|
||||
|
Loading…
Reference in New Issue
Block a user