Skip to content

Instantly share code, notes, and snippets.

@ildarusmanov
Created October 2, 2017 09:16
Show Gist options
  • Save ildarusmanov/6bd791221f4e0264ea6855a1a909fdd3 to your computer and use it in GitHub Desktop.
Save ildarusmanov/6bd791221f4e0264ea6855a1a909fdd3 to your computer and use it in GitHub Desktop.
package main
import (
"project7/models"
"project7/controllers"
)
func main() {
// create article model
artcl := models.CreateArticle("New article")
// create controller
cntrllr := controllers.CreateController()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment