Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
add all available go src to project and pass test.
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Aug 18, 2016
1 parent 11621d2 commit eb5e1f8
Show file tree
Hide file tree
Showing 1,968 changed files with 103,005 additions and 1,030 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright for package goroutine.
=====================================================================
Copyright (c) 2015 Huan Du
Copyright (c) 2016 Huan Du

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ See [godoc](https://godoc.org/github.com/huandu/goroutine) for more details.
## Caveats ##

Package goroutine is not well tested due to lack of test machines.
Ideally, it should work on all go >= go1.5.

Tested platforms.
* go1.5.1 + Darwin (Mac OSX 10.11.1) + amd64 CPU
* go1.5.1 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.6.3 + Darwin (Mac OSX 10.11.6) + amd64 CPU
* go1.7 + Darwin (Mac OSX 10.11.6) + amd64 CPU

## License ##

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015 Huan Du. All rights reserved.
// Copyright 2016 Huan Du. All rights reserved.
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.

Expand Down
Loading

0 comments on commit eb5e1f8

Please sign in to comment.