df/api/account.go

8 lines
107 B
Go

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