Commit Graph

8 Commits

Author SHA1 Message Date
Aleksandr Zelenin e0ec68febc go modules support 2018-08-23 03:47:26 +03:00
Irioth 48f134c461 #162 using default GOPATH for win and trim last newline character 2018-07-16 19:07:20 +03:00
James Nugent 0ee3591897 Detect GOPATH if not specified in $GOPATH
It is no longer required to have the GOPATH environment variable set -
it now defaults to ~/go, but irrespective of whether the value is the
default or not it can be found in the standard output of `go env
GOPATH`.

This commit uses that value if the GOPATH environment variable is not
set.
2017-07-28 15:13:56 -05:00
Vasily Romanov 88c4f6c7a5 Revert "Updated getPkgPath to use package filepath instead of path" 2017-04-25 00:15:07 +03:00
flat20 837ced4047 Updated getPkgPath to use package filepath, rather than path. Fixes an issue with os.Getwd() returning a random letter case drive letter on Windows, making the working directory unequal to GOPATH. 2017-04-18 19:43:39 +01:00
hjusforgues f8d1fd78de Allow to process entire packages at once 2016-10-18 18:01:13 +07:00
Victor Starodub 5ba5887e4b Allow generating marshalers for 'renamed' structs. 2016-05-05 15:38:18 +03:00
Victor Starodub 5d497db34c Initial commit. 2016-02-28 03:16:29 +03:00