Skip to content

Commit

Permalink
Fix package doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 16, 2018
1 parent becd878 commit 90b54c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fyne.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
//
// package main
//
// import "github.com/fyne-io/fyne/app"
// import "github.com/fyne-io/fyne/widget"
// import "github.com/fyne-io/fyne/desktop"
//
// func main() {
// app := desktop.NewApp()
// a := app.New()
//
// w := app.NewWindow("Hello")
// w := a.NewWindow("Hello")
// w.SetContent(widget.NewList(
// widget.NewLabel("Hello Fyne!"),
// widget.NewButton("Quit", func() {
Expand Down

0 comments on commit 90b54c9

Please sign in to comment.