1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

add gocov on travis

Former-commit-id: 99555baee1f5e8ea73b995a5f6476815fd62e0a4
This commit is contained in:
kataras
2017-06-10 04:21:55 +03:00
parent 26c315cdb1
commit c4788ee4e8
5 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2017 Gerasimos Maropoulos, ΓΜ. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package memstore contains a store which is just
// a collection of key-value entries with immutability capabilities.
//