Categorygithub.com/roundpartner/go-cms
modulepackage
1.0.0
Repository: https://github.com/roundpartner/go-cms.git
Documentation: pkg.go.dev

# README

Build Status

Go CMS

CMS in Go

Running

Run by providing the database connection and path to the documentation

go-cms \
    -conn="<username>:<password>@tcp(<hostname>:3306)/<schema>" \
    -port=7335 \
    -path=<path to documentation>

Usage

Request the page by supplying the page id in the uri

curl localhost:7335/index

# Functions

No description provided by the author

# Structs

No description provided by the author