Skip to content

Instantly share code, notes, and snippets.

@dtoebe
Created January 3, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtoebe/8a987d1f9115a1c725c5dac81e7abac9 to your computer and use it in GitHub Desktop.
Save dtoebe/8a987d1f9115a1c725c5dac81e7abac9 to your computer and use it in GitHub Desktop.
WRITE A SIMPLE MARKDOWN EDITOR WITH GO-QML - main.go - 1
// main.go
package main
import (
"fmt"
"os"
"github.com/atotto/clipboard"
"github.com/russross/blackfriday"
"gopkg.in/qml.v1"
)
func main() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment