summaryrefslogtreecommitdiff
path: root/andlabs.go
blob: fac4a8bce93f0b77e58f318d0c987474edb3b133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// +build windows

/*
	this is a direct compile version of andlabs/ui for windows since
	golang on windows does not yet support plugins
*/
package gui

import (
	"log"

	"git.wit.org/wit/gui/toolkit/andlabs-direct"
)

func trythis() {
	log.Println("not sure what to try")
	toolkit.DebugToolkit = true
}