Skip to content

Commit

Permalink
version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Aug 28, 2015
1 parent eef680c commit 007a456
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
== update version 9 ==

* update golang(API) to 1.5

== update version 8 ==

* skip the last "/" in golang.prov, thanks to matwey

== udpate version 7 ==

* handle gopkg.in/* requirements

== update version 6 ==

* fix golang.req to not treat a sentence as importpath
* fix golang.attr to correctly detect /usr/bin/*

== Version 5 ==

* if a sub-directory doesn't contain any *.go file, do not
Expand Down
2 changes: 1 addition & 1 deletion golang.req
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_imports_list()

end

importlist << "golang(API) = 1.4"
importlist << "golang(API) = 1.5"

return importlist

Expand Down

0 comments on commit 007a456

Please sign in to comment.