Categorygithub.com/al3xdiaz/go-server
modulepackage
0.0.0-20240730105310-9f4e2ca7a37c
Repository: https://github.com/al3xdiaz/go-server.git
Documentation: pkg.go.dev

# README

go server

documentation here

# run adminer
NETWORK_NAME=`docker network ls | grep go-server | awk '{print $2}'`
docker run \
  --name=adminer --rm \
  --network=$NETWORK_NAME \
	-p "8080:8080" \
  adminer

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author