package
0.8.2
Repository: https://github.com/phogolabs/parcello.git
Documentation: pkg.go.dev

# README

Parcello Example

You should start the application with the following command:

$ go run main.go

This example illustrates how to embed resource in Golang application. If you want to enable dev mode, which enables editing content on a fly, you should set the following environment variables before you start the application:

$ export PARCELLO_DEV_ENABLED=1
$ export PARCELLO_RESOURCE_DIR=./public

or use tools like direnv:

$ direnv allow

# Packages

Package public contains embedded resources.