From 3d4a45153b0fae6b5d9ef6aa2c5221f46aa4c75c Mon Sep 17 00:00:00 2001 From: Philip O Toole Date: Mon, 14 Mar 2016 22:00:02 -0700 Subject: [PATCH] Revert "Force failure to check 'go fmt' test" This reverts commit d184e3f7670db0501ce568df0920c1adaeb98360. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index b05551c6..0727927c 100644 --- a/doc.go +++ b/doc.go @@ -23,4 +23,4 @@ /* Package rqlite is a distributed system that provides a replicated SQLite database. rqlite uses Raft to achieve consensus across the cluster of SQLite databases. It ensures that every change made to the database is made to a majority of underlying SQLite files, or none at all. */ -package rqlite +package rqlite