Skip to content

Instantly share code, notes, and snippets.

@jtfogarty
Created September 29, 2018 11:40
Show Gist options
  • Save jtfogarty/d7b0e2e35f6f31f50ac296b269b2cc52 to your computer and use it in GitHub Desktop.
Save jtfogarty/d7b0e2e35f6f31f50ac296b269b2cc52 to your computer and use it in GitHub Desktop.
remote goBuffalo startup
ADDR=192.168.1.75 HOST=http://192.168.1.75:3000 PORT=3000 buffalo dev
buffalo: 2018/09/29 06:32:01 === Rebuild on: :start: ===
buffalo: 2018/09/29 06:32:01 === Running: go build -v -i -tags development -o tmp/dr001-build (PID: 3000) ===
main.go:6:2: cannot find package "github.com/jtfogarty/dr001/actions" in any of:
/usr/lib/go-1.11/src/github.com/jtfogarty/dr001/actions (from $GOROOT)
/usr/local/sbin/src/github.com/jtfogarty/dr001/actions (from $GOPATH)
/usr/local/bin/src/github.com/jtfogarty/dr001/actions
/usr/sbin/src/github.com/jtfogarty/dr001/actions
/usr/bin/src/github.com/jtfogarty/dr001/actions
/sbin/src/github.com/jtfogarty/dr001/actions
/bin/src/github.com/jtfogarty/dr001/actions
/usr/games/src/github.com/jtfogarty/dr001/actions
/usr/local/games/src/github.com/jtfogarty/dr001/actions
/snap/bin/go/src/github.com/jtfogarty/dr001/actions
buffalo: 2018/09/29 06:32:01 === Error! ===
buffalo: 2018/09/29 06:32:01 === exit status 1
main.go:6:2: cannot find package "github.com/jtfogarty/dr001/actions" in any of:
/usr/lib/go-1.11/src/github.com/jtfogarty/dr001/actions (from $GOROOT)
/usr/local/sbin/src/github.com/jtfogarty/dr001/actions (from $GOPATH)
/usr/local/bin/src/github.com/jtfogarty/dr001/actions
/usr/sbin/src/github.com/jtfogarty/dr001/actions
/usr/bin/src/github.com/jtfogarty/dr001/actions
/sbin/src/github.com/jtfogarty/dr001/actions
/bin/src/github.com/jtfogarty/dr001/actions
/usr/games/src/github.com/jtfogarty/dr001/actions
/usr/local/games/src/github.com/jtfogarty/dr001/actions
/snap/bin/go/src/github.com/jtfogarty/dr001/actions
===
Webpack is watching the files…
Live Reload listening on port 35729
Hash: af556a7fd4b8f29a87f3
Version: webpack 4.5.0
Time: 6188ms
Built at: 9/29/2018 6:32:08 AM
Asset Size Chunks Chunk Names
674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
application.7935516b60cf77377fc5.css 1.15 MiB application [emitted] application
application.af556a7fd4b8f29a87f3.js 845 KiB application [emitted] application
images/favicon.ico 1.12 KiB [emitted]
images/logo.svg 64.4 KiB [emitted]
manifest.json 270 bytes [emitted]
Entrypoint application = application.7935516b60cf77377fc5.css application.af556a7fd4b8f29a87f3.js
[./assets/css/application.scss] 39 bytes {application} [built]
[./assets/js/application.js] 139 bytes {application} [built]
[./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 509 bytes {application} [built]
[0] multi ./node_modules/jquery-ujs/src/rails.js ./assets/css/application.scss ./assets/js/application.js 52 bytes {application} [built]
+ 11 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--4-1!node_modules/sass-loader/lib/loader.js??ref--4-2!assets/css/application.scss:
Entrypoint mini-css-extract-plugin = *
[./node_modules/css-loader/index.js??ref--4-1!./node_modules/sass-loader/lib/loader.js??ref--4-2!./assets/css/application.scss] ./node_modules/css-loader??ref--4-1!./node_modules/sass-loader/lib/loader.js??ref--4-2!./assets/css/application.scss 357 KiB {mini-css-extract-plugin} [built]
+ 9 hidden modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment