Commit Graph

57 Commits

Author SHA1 Message Date
Qi Xiao
22e4315eb1 Move the main package to cmd/elvish.
Now that the module path is "src.elv.sh", doing a "go get" will install the
Elvish binary as "src.elv.sh"; this is not what we want, so move the main
package into a package called "elvish".

Also update "go get" and "go build" commands accordingly.
2021-01-27 01:35:01 +00:00
Qi Xiao
196eea21d4 Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
Kurtis Rader
0c30310167 Produce actual diffs when running make checkstyle
Resolves #1117
2020-10-22 15:26:51 +01:00
Qi Xiao
cc9d03588c Deploy to bintray from Cirrus CI, and remove Travis config. 2020-04-03 23:23:23 +01:00
Qi Xiao
ee56832f03 tools/buildall.sh: Remove comment about requiring Go >= 1.13. 2020-01-14 09:20:23 -05:00
Qi Xiao
34b0afe32f Fix path of the buildinfo package in build commands. 2019-12-29 23:03:19 +00:00
Qi Xiao
e799b62c8c _tools: Move non-Go tools into a new tools/, and go tool into a new cmd/. 2019-12-23 19:53:10 +00:00