Skip to content

Commit

Permalink
Changed year in header comment + added kv package
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jan 5, 2016
1 parent 5d89ffd commit d6a3434
Show file tree
Hide file tree
Showing 100 changed files with 215 additions and 96 deletions.
2 changes: 1 addition & 1 deletion arg/arg.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package arg

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion arg/arg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package arg

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v1.4.0

* `[kv]` Added package with simple key-value structs

#### v1.3.3

* `[strutil]` Fixed bug in Tail method
Expand Down
2 changes: 1 addition & 1 deletion cron/cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cron

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion cron/cron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cron

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion crypto/crypto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package crypto

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion crypto/filehash.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package crypto

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion crypto/jump.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package crypto

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion crypto/passwd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package crypto

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion crypto/uuid.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package crypto

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion csv/csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package csv

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion csv/csv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package csv

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/back.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/bounce.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/circ.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/cubic.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/ease.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/ease_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/elastic.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/expo.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/linear.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/quad.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/quint.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion easing/sine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package easing

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion ek.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ek

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
2 changes: 1 addition & 1 deletion env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package env

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion env/env_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package env

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion errutil/errutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package errutil

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion errutil/errutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package errutil

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion fmtc/fmtc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package fmtc

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion fmtc/fmtc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package fmtc

// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2009-2015 Essential Kaos //
// Copyright (c) 2009-2016 Essential Kaos //
// Essential Kaos Open Source License <http://essentialkaos.com/ekol?en> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
Loading

0 comments on commit d6a3434

Please sign in to comment.