From d1283b9bb86f062ee89a5f0ed14f5f194ae8ec21 Mon Sep 17 00:00:00 2001 From: Saxon Milton Date: Tue, 17 Apr 2018 14:36:45 +0930 Subject: [PATCH] Last commit --- revid/Revid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/revid/Revid.go b/revid/Revid.go index 6f3cceea..75717741 100644 --- a/revid/Revid.go +++ b/revid/Revid.go @@ -81,6 +81,7 @@ const ( Debug = "Debug" ) + // Revid provides methods to control a revid session; providing methods // to start, stop and change the state of an instance using the Config struct. type Revid interface {