summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 18:57:03 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 18:57:03 -0500
commit09a42e0c344ce4c23918c305f7d27ad44116ba8e (patch)
tree685cfc15702d5a1bd084f340b24158d2ebf618be /sysdata.go
parent7686c6e599212a38b61134eb685c8a4929db6941 (diff)
Added the init and testing main functions and started fixing errors. Let's fix the rest and hope it works...
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go2
1 files changed, 1 insertions, 1 deletions
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()")
}