From 8e8be9bbe947d9dbc93483431783f9adc263f1af Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Wed, 1 May 2019 18:28:55 -0700 Subject: [PATCH] adding godoc --- pkg/mousemover/doc.go | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pkg/mousemover/doc.go diff --git a/pkg/mousemover/doc.go b/pkg/mousemover/doc.go new file mode 100644 index 0000000..8ee78a0 --- /dev/null +++ b/pkg/mousemover/doc.go @@ -0,0 +1,24 @@ +/* +Ever felt the need to keep your machine awake without having to resort to the age-old +methods of installing an app that you don't trust or playing a video? Well, not anymore! + +Introducing the simplest app on the market that has the sole purpose of moving your mouse +pointer at regular intervals so that your machine never sleeps! And best of all, it works +ONLY when you are not working, so be rest assured that the mouse won't start moving on its +own without the machine actually being idle. + + +Installation + +The libary can be installed using: + go get -u github.com/automatic-mouse-mover/pkg/mousemover + +Usage + +Clone this repo and run Make, it should create the amm.app and open the folder where +it was built for you. You just have to drag and drop it to the Applications folder on your mac. + +Refer to the README for more details. + +*/ +package mousemover