From 420bfbcac8d3bc377e325ca78ecc73c192a7b03f Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Sun, 27 May 2018 00:05:45 +0200 Subject: fmt update Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines. --- sqlite3_go18.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sqlite3_go18.go') diff --git a/sqlite3_go18.go b/sqlite3_go18.go index dd0f5a7..43e6418 100644 --- a/sqlite3_go18.go +++ b/sqlite3_go18.go @@ -1,10 +1,9 @@ -// +build cgo - // Copyright (C) 2014 Yasuhiro Matsumoto . // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build cgo // +build go1.8 package sqlite3 -- cgit v1.2.3