<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/golang, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/golang?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/golang?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-06-04T13:57:08Z</updated>
<entry>
<title>feat(golang): add alias for `go mod tidy` (#12473)</title>
<updated>2024-06-04T13:57:08Z</updated>
<author>
<name>K.B.Dharun Krishna</name>
<email>kbdharunkrishna@gmail.com</email>
</author>
<published>2024-06-04T13:57:08Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=efdfe2f29ac57a9de76391b4e5548edab6a43241'/>
<id>urn:sha1:efdfe2f29ac57a9de76391b4e5548edab6a43241</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(golang): add `goe`, `gove` aliases</title>
<updated>2022-11-15T15:48:12Z</updated>
<author>
<name>milinches</name>
<email>ibrogenius5165@gmail.com</email>
</author>
<published>2022-05-07T05:12:22Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=37d9e1aee9289025373d3f840ead74897206d73f'/>
<id>urn:sha1:37d9e1aee9289025373d3f840ead74897206d73f</id>
<content type='text'>
Closes #10914
</content>
</entry>
<entry>
<title>feat(golang): add `gow` alias for `go work` (#11105)</title>
<updated>2022-08-10T14:18:59Z</updated>
<author>
<name>180909</name>
<email>wjh180909@gmail.com</email>
</author>
<published>2022-08-10T14:18:59Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=835a0a5d17765243cabee782acb5905a9aab33c3'/>
<id>urn:sha1:835a0a5d17765243cabee782acb5905a9aab33c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(golang): move completion out of the plugin</title>
<updated>2021-12-26T19:38:36Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-26T19:37:08Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2e0cf4a3b07c027312e0c419e083fe125b5883c5'/>
<id>urn:sha1:2e0cf4a3b07c027312e0c419e083fe125b5883c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(golang)!: rename `gop` alias to `gopa` to avoid conflict with Go+ (#10504)</title>
<updated>2021-12-26T19:38:01Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-26T19:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c9a1edeab8270a8fe32848bc31d46814bd2fca87'/>
<id>urn:sha1:c9a1edeab8270a8fe32848bc31d46814bd2fca87</id>
<content type='text'>
BREAKING CHANGE: the `gop` alias has been renamed to `gopa` to avoid conflict with
Go+ `gop` command.

Fixes #10504
</content>
</entry>
<entry>
<title>feat(golang): add aliases for `go tool` utility (#10361)</title>
<updated>2021-12-26T19:23:19Z</updated>
<author>
<name>Chaithanya Naik</name>
<email>chaithanyampcrl@gmail.com</email>
</author>
<published>2021-10-30T05:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=89596597e99676329846efcf9e8512fc389d96cd'/>
<id>urn:sha1:89596597e99676329846efcf9e8512fc389d96cd</id>
<content type='text'>
Closes #10361
</content>
</entry>
<entry>
<title>feat(golang): add `gofx` alias for `go fix` (#10220)</title>
<updated>2021-12-26T19:20:14Z</updated>
<author>
<name>CleanMachine1</name>
<email>78213164+CleanMachine1@users.noreply.github.com</email>
</author>
<published>2021-09-24T22:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8e7cbafb3249993ff152f456ceff60723917755b'/>
<id>urn:sha1:8e7cbafb3249993ff152f456ceff60723917755b</id>
<content type='text'>
Closes #10220

Co-authored-by: Chaithanya Naik &lt;chaithanyampcrl@gmail.com&gt;
</content>
</entry>
<entry>
<title>feat(golang): add `goga` alias to install dependencies in current directory, recursively (#7786)</title>
<updated>2021-09-16T14:59:03Z</updated>
<author>
<name>Tristan Messner</name>
<email>tristanmessner@gmail.com</email>
</author>
<published>2019-04-22T00:20:23Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4bd5d03e51ae289a986ab63e94bf4e1c96a75786'/>
<id>urn:sha1:4bd5d03e51ae289a986ab63e94bf4e1c96a75786</id>
<content type='text'>
Closes #7786
</content>
</entry>
<entry>
<title>feat(golang): add `gota` to test current directory recursively (#8974)</title>
<updated>2021-09-16T14:44:35Z</updated>
<author>
<name>Muhammad Zahalqa</name>
<email>m@tryfinally.com</email>
</author>
<published>2021-09-16T14:44:35Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=29ec52602ff947675ea9a1788d62c0c552bd01af'/>
<id>urn:sha1:29ec52602ff947675ea9a1788d62c0c552bd01af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Grammar: remove hyphens from predicate adjective “up to date” (#9356)</title>
<updated>2020-10-21T14:22:32Z</updated>
<author>
<name>Lucas Larson</name>
<email>91468+LucasLarson@users.noreply.github.com</email>
</author>
<published>2020-10-21T14:22:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=80d2e4336b85c070e021571f8724032b204f3c4f'/>
<id>urn:sha1:80d2e4336b85c070e021571f8724032b204f3c4f</id>
<content type='text'>
https://english.stackexchange.com/a/180617
https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60</content>
</entry>
</feed>
