Sign in
edge
/
third_party
/
justinas
/
alice
/
HEAD
1051eaf
Remove testify/assert dependency for good
by Justinas Stankevicius
· 9 years ago
master
aea8df7
Add Go 1.0 back to test matrix
by Justinas Stankevicius
· 9 years ago
20ab232
Make wording more accurate.
by Justinas Stankevicius
· 9 years ago
9220f08
Merge pull request #37 from wayneashleyberry/patch-2
by Justinas Stankevičius
· 9 years ago
7cc9561
Merge pull request #36 from wayneashleyberry/patch-1
by Justinas Stankevičius
· 9 years ago
891867c
Update .travis.yml
by Wayne Ashley Berry
· 9 years ago
bf71bf5
avoid unnecessary allocation with New() in Append()
by Anmol Sethi
· 9 years ago
e53a348
Update README.md
by Wayne Ashley Berry
· 9 years ago
43e429c
Merge pull request #35 from nhooyr/master
by Justinas Stankevičius
· 9 years ago
ce87934
avoid unnecessary allocation with New() in Append()
by Anmol Sethi
· 9 years ago
cbb4ab7
Merge pull request #34 from nhooyr/master
by Justinas Stankevičius
· 9 years ago
3f231c5
removed unnecessary type conversion and now using append in chain.Append
by Anmol Sethi
· 9 years ago
8f06f31
Merge pull request #31 from jkearse3/master
by Justinas Stankevičius
· 9 years ago
db61b00
Put back TestNew in chain_test.go
by Johnnie Kearse III
· 9 years ago
60f1ac2
Fixed typo in chain_test.go
by Johnnie Kearse III
· 9 years ago
198eaea
Refactored tests to remove dependency 'github.com/stretchr/testify/assert'
by Johnnie Kearse III
· 9 years ago
052b8b6
Merge pull request #29 from jkearse3/master
by Justinas Stankevičius
· 9 years ago
1.0.0
3c7a899
Refactoring Chain.Then
by Johnnie Kearse III
· 9 years ago
671ef6b
Merge pull request #28 from haoxins/haoxins-patch-1
by Justinas Stankevičius
· 9 years ago
25a3a7e
travis: add go 1.6
by haoxin
· 9 years ago
7ea41a3
travis: add go 1.5
by haoxin
· 9 years ago
29a8503
Merge pull request #26 from ojongerius/patch-1
by Justinas Stankevičius
· 10 years ago
cb0491d
Project has moved.
by Otto Jongerius
· 10 years ago
cb9b76a
Remove trailing dot from example.
by Otto Jongerius
· 10 years ago
78131a0
Merge pull request #23 from jkearse3/master
by Justinas Stankevičius
· 10 years ago
73e3251
Refactoring. 100% test coverage. Updated README.md
by Johnnie Kearse III
· 10 years ago
2ac31dd
Merge pull request #22 from jkearse3/master
by Justinas Stankevičius
· 10 years ago
49bbb6b
refactored New
by Johnnie Kearse III
· 10 years ago
82db91f
Merge pull request #18 from agutl/master
by Justinas Stankevičius
· 10 years ago
7857bc1
Change AppendChain(...Constructor) to Extend(Constructor).
by agutl
· 10 years ago
22cef8b
Merge remote-tracking branch 'upstream/master'
by agutl
· 10 years ago
003d4fd
Roll our own method of comparing functions.
by Justinas Stankevicius
· 10 years ago
b16f854
Add AppendChain
by agutl
· 10 years ago
f4d4992
Add CI for Go 1.4
by Justinas Stankevicius
· 10 years ago
a3603a8
Merge pull request #13 from mmlb/patch-1
by Justinas Stankevičius
· 11 years ago
71bc791
make the new slice the full length necessary
by Manuel Mendez
· 11 years ago
47a3f03
Update contribution notes
by Justinas Stankevicius
· 11 years ago
9350a67
Merge pull request #11 from mveytsman/master
by Justinas Stankevičius
· 11 years ago
576a332
Fixed typo in README
by Max Veytsman
· 11 years ago
e82c7d9
Merge pull request #10 from hallas/master
by Justinas Stankevičius
· 11 years ago
21d2055
Update README.md
by Christoffer Hallas
· 11 years ago
35b4790
Allow passing nil to ThenFunc
by Justinas Stankevicius
· 11 years ago
4623c37
Make documentation of ThenFunc more concise.
by Justinas Stankevicius
· 11 years ago
5012203
Merge pull request #8 from juztin/master
by Justinas Stankevičius
· 11 years ago
5baf100
added ThenFunc
by Justin Wilson
· 11 years ago
5c78182
Formatting. Serious stuff.
by Justinas Stankevicius
· 11 years ago
748bde7
Add Go 1.3
by Justinas Stankevicius
· 11 years ago
6e36f9a
Append() method
by Justinas Stankevicius
· 11 years ago
f3aeb18
Update version requirements
by Justinas Stankevicius
· 11 years ago
1045ffd
A test dependency for Travis
by Justinas Stankevicius
· 11 years ago
91882c6
Travis badge
by Justinas Stankevicius
· 11 years ago
444a1ad
Add Travis
by Justinas Stankevicius
· 11 years ago
32c45f9
Document the posibility to reuse a chain. Fixes #3.
by Justinas Stankevicius
· 11 years ago
94d6150
Minor documentation fixes
by Justinas Stankevicius
· 11 years ago
f523e8d
Small style fixes
by Justinas Stankevicius
· 11 years ago
1cd89f7
Document the handling of nil.
by Justinas Stankevicius
· 11 years ago
8c37896
Add a link
by Justinas Stankevicius
· 11 years ago
aea548d
Rewording
by Justinas Stankevicius
· 11 years ago
19c85ab
This looks nicer.
by Justinas Stankevicius
· 11 years ago
82c2dae
Punctuation!
by Justinas Stankevicius
· 11 years ago
70306a1
So bad at this.
by Justinas Stankevicius
· 11 years ago
857083b
Syntax highlighting
by Justinas Stankevicius
· 11 years ago
7907232
Update README
by Justinas Stankevicius
· 11 years ago
aee5d78
Finished test
by Justinas Stankevicius
· 11 years ago
037d98f
Test some more
by Justinas Stankevicius
· 11 years ago
41455ca
Chaining functionality
by Justinas Stankevicius
· 11 years ago
f197ae7
The constructor
by Justinas Stankevicius
· 11 years ago
e544f3a
init
by Justinas Stankevicius
· 11 years ago