Add comment explaining mainloop_windows.go

This commit is contained in:
Brian Buller 2016-06-27 07:23:56 -05:00
parent ca7e8555bd
commit 354b6641b6
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
package main
// Windows doesn't support process backgrounding like *nix.
// So we have a separate loop for it.
import "github.com/nsf/termbox-go"
func mainLoop(memBolt *BoltDB, style Style) {