Pinned Repositories
copygen
Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by default (copier without reflection).
dasgo
Discord API Specification Type Definitions for Go.
dbgo
dbgo generates a database consumer package containing optimized Go code and SQL queries for your database and domain models.
disgo
Disgo is the next generation of Discord API Consumption. Create a Discord Bot with Go using this Discord API Wrapper (SDK Client).
disgoform
Disgoform is a tool used to manage the application commands of your Discord Bot with code. Terraform for Discord Application Commands.
fyneform
Fyneform is a code generator which generates Fyne GUI Forms based on Go types.
OsirisEdit
OsirisEdit for the Osiris Eurorack synthesizer modules.
srt3
srt3 is a simple library for parsing, modifying, and composing SRT files.
xstruct
xstruct extracts any package's structs, functions, or global variables to a single file.
yaegi
Yaegi is Another Elegant Go Interpreter
switchupcb's Repositories
switchupcb/copygen
Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by default (copier without reflection).
switchupcb/disgo
Disgo is the next generation of Discord API Consumption. Create a Discord Bot with Go using this Discord API Wrapper (SDK Client).
switchupcb/dasgo
Discord API Specification Type Definitions for Go.
switchupcb/dbgo
dbgo generates a database consumer package containing optimized Go code and SQL queries for your database and domain models.
switchupcb/srt3
srt3 is a simple library for parsing, modifying, and composing SRT files.
switchupcb/xstruct
xstruct extracts any package's structs, functions, or global variables to a single file.
switchupcb/OsirisEdit
OsirisEdit for the Osiris Eurorack synthesizer modules.
switchupcb/disgoform
Disgoform is a tool used to manage the application commands of your Discord Bot with code. Terraform for Discord Application Commands.
switchupcb/fyneform
Fyneform is a code generator which generates Fyne GUI Forms based on Go types.
switchupcb/yaegi
Yaegi is Another Elegant Go Interpreter
switchupcb/awesome-go
A curated list of awesome Go frameworks, libraries and software
switchupcb/discord-api-docs
Official Discord API Documentation
switchupcb/discord-api-spec
A human and machine readable Discord API Specification.
switchupcb/switchupcb
switchupcb/jet
Type safe SQL builder with code generation and automatic query result data mapping
switchupcb/sqlc-gen-crud
Sqlc plugin to autogenerate CRUD Sql from schema file
switchupcb/websocket
Minimal and idiomatic WebSocket library for Go