🏠
Working from home
Sailing the seas of code on a ship of arts and crafts.
-
LearnUpon
- Belgrade
-
21:27
(UTC -12:00) - in/milos-grujic-273a2b20
Pinned Loading
-
-
Golang web app hot-reload in 40 line...
Golang web app hot-reload in 40 lines of code 1#!/bin/bash
23builder_pipe=/tmp/builder_pipe
4if [[ ! -p $builder_pipe ]]; then mkfifo $builder_pipe; fi
5echo "START ./" > $builder_pipe & trap "rm -f $builder_pipe" EXIT
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.