Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/json"
"fmt"
"github.com/gorilla/mux"
"github.com/jinzhu/gorm"
"log"
"net/http"
// domain/myapp/Recipe.groovy
package myapp;
class Recipe {
String name
static constraints = {
}
}