From 59aa7b52463851a276a1461c669b04ba48dab63c Mon Sep 17 00:00:00 2001 From: Casey Muller Date: Wed, 2 May 2018 14:39:22 -0700 Subject: [PATCH] Rename --- caffeinate.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caffeinate.go b/caffeinate.go index 4ba0775..205f856 100644 --- a/caffeinate.go +++ b/caffeinate.go @@ -30,8 +30,8 @@ type Caffeinate struct { waitError error } -// Run the caffeinate command with these settings -func (c *Caffeinate) Run() { +// Start the caffeinate command with these settings +func (c *Caffeinate) Start() { if c.running { c.Stop() }