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"