Skip to content

Commit

Permalink
Package docs for app
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 16, 2018
1 parent 90b54c9 commit dd48f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Package app provides app implementations for working with Fyne graphical interfaces.
// The fastest way to get started is to call app.New() which will normally load a new desktop application.
// If the "ci" tag is passed to go (go run -tags ci myapp.go) it will run an in-memory application.
package app

import (
Expand Down

0 comments on commit dd48f4b

Please sign in to comment.