encore-go-service

Installation
SKILL.md

Encore Go Service Structure

Instructions

In Encore Go, each package with an API endpoint is automatically a service. No special configuration needed.

Creating a Service

Simply create a package with at least one //encore:api endpoint:

// user/user.go
package user

import "context"
Installs
333
GitHub Stars
25
First Seen
Jan 21, 2026
encore-go-service — encoredev/skills