command
module
Version:
v0.0.0-...-abcb10c
Opens a new window with list of versions in this module.
Published: Nov 14, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
hld
Fiber optic network high-level design
db setup
psql postgres
CREATE DATABASE hld WITH OWNER = hld;
\c hld
CREATE EXTENSION postgis;
CREATE TABLE roads (
id SERIAL PRIMARY KEY,
geo_data GEOMETRY
);
deployment
git pull
go build .
systemctl restart hld
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.