got icon indicating copy to clipboard operation
got copied to clipboard

An enjoyable golang test framework.

Results 4 got issues
Sort by recently updated
recently updated
newest added

https://github.com/ysmood/got/discussions/7

documentation

Such as run the command below: ```bash go run github.com/ysmood/got/cmd/mock@latest w myWriter io.Writer ``` To output generated golang code to the stdout: ```go type myWriter struct { got.Mock } func...

enhancement

The design should like this: ![image](https://user-images.githubusercontent.com/1415488/115971745-30a0a580-a585-11eb-8d29-8c782ba5db77.png) ![image](https://user-images.githubusercontent.com/1415488/115971787-6c3b6f80-a585-11eb-9a2a-a4bc352747ea.png)

enhancement