From 2efd25eefe8d3a99e35ccca5a9a8feca759d0f83 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 15 Nov 2015 16:06:19 +0100 Subject: Update README for v0.4 Also, add short comments to the top of main_test.go and performance_test.go. --- integration_tests/main_test.go | 2 ++ integration_tests/performance_test.go | 2 ++ 2 files changed, 4 insertions(+) (limited to 'integration_tests') diff --git a/integration_tests/main_test.go b/integration_tests/main_test.go index b1e1ac5..c38bc11 100644 --- a/integration_tests/main_test.go +++ b/integration_tests/main_test.go @@ -1,5 +1,7 @@ package integration_tests +// File reading, writing, modification, truncate + import ( "bytes" "crypto/md5" diff --git a/integration_tests/performance_test.go b/integration_tests/performance_test.go index c77c79d..1122858 100644 --- a/integration_tests/performance_test.go +++ b/integration_tests/performance_test.go @@ -1,5 +1,7 @@ package integration_tests +// Benchmarks + import ( "fmt" "io" -- cgit v1.2.3