From 10f04b58be9c9dafee5be1cc8fc4d4268868dff5 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 21 Feb 2017 15:26:25 +0100 Subject: [PATCH] Golint --- easings/easings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easings/easings.go b/easings/easings.go index 7e79e2a..6959c23 100644 --- a/easings/easings.go +++ b/easings/easings.go @@ -1,4 +1,4 @@ -// Useful easing functions for values animation +// Package easings - Useful easing functions for values animation // // A port of Robert Penner's easing equations (http://robertpenner.com/easing/) package easings