From 8c183b526ba8f225684f6431836138a9cffae509 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Mon, 5 Jun 2017 20:13:10 +0200 Subject: Release the {cgo,VM}-free Linux/Intel version. modified: Makefile new file: all_linux_test.go renamed: all_test.go -> all_test_windows.go new file: doc.go new file: generate_linux.go new file: generate_windows.go modified: generator.go new file: generator_windows.go modified: internal/bin/bin_linux_386.go modified: internal/bin/bin_linux_amd64.go modified: main.c modified: sqlite.go modified: sqlite_go18.go new file: sqlite_windows.go --- generate_linux.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 generate_linux.go (limited to 'generate_linux.go') diff --git a/generate_linux.go b/generate_linux.go new file mode 100644 index 0000000..ec71102 --- /dev/null +++ b/generate_linux.go @@ -0,0 +1,7 @@ +// Copyright 2017 The Sqlite Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +//go:generate go run generator.go + +package sqlite -- cgit v1.2.3-70-g09d2