From 09a42e0c344ce4c23918c305f7d27ad44116ba8e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 18:57:03 -0500 Subject: Added the init and testing main functions and started fixing errors. Let's fix the rest and hope it works... --- sysdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 298c1ef..6f3c076 100644 --- a/sysdata.go +++ b/sysdata.go @@ -19,7 +19,7 @@ func (c *cSysData) make() error { func (c *cSysData) show() error { panic(runtime.GOOS + " sysData does not define show()") } -func (c *cSysData) show() error { +func (c *cSysData) hide() error { panic(runtime.GOOS + " sysData does not define hide()") } -- cgit v1.2.3