Skip to content
 
 

Latest commit

 

History

65 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build an API in Go using Copilot and CodeGen

This is a workshop built for ShellHacks 2025

Setup

We recommend using Go 1.24.2 or higher

Clone this repo, start in the base branch, and install dependencies

git clone https://github.com/jarangutan/oapi-ai-gen-workshop.git
cd oapi-ai-gen-workshop
git checkout base
go mod tidy

Run sample

go mod tidy

## on Mac/Linux, you can use the make commands found in Makefile
## make run
go run cmd/api/main.go

About

Introductory workshop to learn how use AI to create OpenAPI specs and building APIs spec first with Golang

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages