From 67cb193bd0692a9fa74e64dc4f7b050e96ad9a48 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 26 Feb 2018 13:46:18 +0300 Subject: [PATCH] Fixed package comment to satisfy golint (#259) * Fixed package comment to satisfy golint * Fixed tests --- generator/templates/base.tgo | 2 +- tests/kallax.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/templates/base.tgo b/generator/templates/base.tgo index 0c11371..4bf72ed 100644 --- a/generator/templates/base.tgo +++ b/generator/templates/base.tgo @@ -1,4 +1,4 @@ -// Code generated by https://github.com/src-d/go-kallax. DO NOT EDIT +// Code generated by https://github.com/src-d/go-kallax. DO NOT EDIT. // Please, do not touch the code below, and if you do, do it under your own // risk. Take into account that all the code you write here will be completely // erased from earth the next time you generate the kallax models. diff --git a/tests/kallax.go b/tests/kallax.go index 0f4f8db..b8b283c 100644 --- a/tests/kallax.go +++ b/tests/kallax.go @@ -1,4 +1,4 @@ -// Code generated by https://github.com/src-d/go-kallax. DO NOT EDIT +// Code generated by https://github.com/src-d/go-kallax. DO NOT EDIT. // Please, do not touch the code below, and if you do, do it under your own // risk. Take into account that all the code you write here will be completely // erased from earth the next time you generate the kallax models.