df/api/account.go
itsscb fb6735c630 rf/renames customer to account
seems to be more idiomatic
2023-09-21 21:41:30 +02:00

8 lines
107 B
Go

package api
import "github.com/gin-gonic/gin"
func (server *Server) createAccount(ctx *gin.Context) {
}