Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 |