luke5542 / LanguageComparison

A comparison of various programming languages for similar problems to demonstrate the syntactic and run-time differences.
0 stars 3 forks source link

Fixed Docker issues, and golang project structure #18

Closed georgevanburgh closed 9 years ago

georgevanburgh commented 9 years ago

The previous Dockerfile did not correctly install golang, and the resultant image had an issue with the use of $(shell) to invoke getBuildableSolutions.sh

The golang project structure has be reformatted, per the Google guidelines - and make file adjusted accordingly

luke5542 commented 9 years ago

When I try to run this I get an error with Go:

cd src
go get github.com/luke5542/LanguageComparison/
make[1]: go: No such file or directory
make[1]: *** [bin/LanguageComparison] Error 1
make: *** [buildall] Error 2

What's currently under the folder_convert_branch is working for me, so Go is definitely setup.

luke5542 commented 9 years ago

Apparently my computer is just that special... Sorry... It works now so I'm going to merge.