Commit Graph

23 Commits

Author SHA1 Message Date
Chuck Lantz
ccf8137514 Fix gopls path 2019-12-28 16:18:38 +00:00
Chuck Lantz
5c8e5bd6e2 Updates for 1.41 2019-12-11 05:03:16 +00:00
Chad Metcalf
c68de745cc Add go src to the cleanup.
This saves about 130 megs. Not a huge deal if local but if folks end up
pushing to a registry is nice (~>10% reduction).
2019-10-22 13:58:24 -07:00
Chuck Lantz
08f29d614b Updates given #5 2019-09-23 16:24:39 +00:00
Jorian van Oostenbrugge
bb5b0a6417 It turns out to make go modules work we have to set the GO111MODULE environment variable to 'on' after we perform the 'go get', as not all packages have support for go modules yet. 2019-09-13 21:27:00 +02:00
Jorian van Oostenbrugge
1646834be2 Move the creation of the user to before we perform the 'go get'. This way files under the gopath (specifically go modules cache) are writable by the vscode user (which is necessary for go modules to work). 2019-09-13 21:23:22 +02:00
Chuck Lantz
63b7358211 Update comments, set default terminal in container 2019-08-26 13:59:25 -07:00
Chuck Lantz
0ba75c2592 Default to a non-root user 2019-08-05 23:30:46 +00:00
Chuck Lantz
61d09d1203 Layer consolidation 2019-06-28 20:46:20 +00:00
Alexander Krieg
9ca36323da Add goplay for running in go playground 2019-06-15 18:46:53 +00:00
Alexander Krieg
60a049bf78 Add github.com/cweill/gotests for test generation 2019-06-15 12:53:33 +00:00
Alexander Krieg
fd311b878d Change build order and add modifytags tool 2019-06-15 12:11:34 +00:00
Alexander Krieg
9a5fb79232 Add fillstruct 2019-06-15 11:23:05 +00:00
Alexander Krieg
cedf836303 Add github.com/josharian/impl for method stubs 2019-06-15 10:51:09 +00:00
Alexander Krieg
824ed7d4d0 Add godoctor for refactoring 2019-06-15 10:11:39 +00:00
Alexander Krieg
0668677fcb Use language server and infer gopath 2019-06-15 09:46:11 +00:00
Alexander Krieg
9f74e9ea39 Add gopls 2019-06-15 09:44:51 +00:00
Chuck Lantz
c304afad0c Move settings into devcontainer.json 2019-05-28 12:59:34 -07:00
Chuck Lantz
b36e529034 Set default shell, avoid dpkg and other stderr messages 2019-05-22 08:46:31 -07:00
Radu Matei
c8341fb4d3 Replace Python with Go in Dockerfile comment 2019-05-04 00:35:09 +03:00
Chuck Lantz
12d9971107 Update Dockerfile 2019-04-21 18:45:28 -07:00
Chuck Lantz
5066da6e19 Update go example, README 2019-04-19 13:16:41 -07:00
Chuck Lantz
aafae304bf Initial 2019-04-16 19:54:02 -07:00