hld

command module
v0.0.0-...-abcb10c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 12 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL