pjvds / tidy

Go lang structured logging made fast and simple
7 stars 0 forks source link

appengine package failed on with gotip/go1.5 #12

Open pjvds opened 9 years ago

pjvds commented 9 years ago

The appengine package uses some code from the appengine/internal package. This code will fail on Go 1.5 (currently gotip) or higher because from this version an import of a path containing the element “internal” is disallowed if the importing code is outside the tree rooted at the parent of the “internal” directory.

You can read more about it here: "internal" packages