Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DGKSK8LIFE/go-copilot
Github Copilot examples with Go
https://github.com/DGKSK8LIFE/go-copilot
github github-copilot go golang programming programminglanguage webdevelopment
Last synced: 4 days ago
JSON representation
Github Copilot examples with Go
- Host: GitHub
- URL: https://github.com/DGKSK8LIFE/go-copilot
- Owner: DGKSK8LIFE
- Created: 2021-08-02T16:17:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T09:56:02.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:37:47.433Z (3 months ago)
- Topics: github, github-copilot, go, golang, programming, programminglanguage, webdevelopment
- Homepage:
- Size: 8.79 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - DGKSK8LIFE/go-copilot - Github Copilot examples with Go (Misc)
README
# go-copilot
Github Copilot examples with Go. Referenced in my [DEV article](https://dev.to/tarekali/writing-go-with-github-copilot-2hpj).
## Index
| Category | Description |
| --------------------- | ------------------------------------------------------- |
| [math](examples/math) | Math snippets like squaring and 2d array multiplication |
| [web](examples/web) | Web snippets; mainly HTTP web servers |
| [sql](examples/sql) | SQL snippets; only with MySQL at the moment |