gouweb
is a go web framework
Installation and setup
in your go path directory in src create folder gouprojs
than clone repository to this directory
you can copy this commands:
cd $GOPATH
cd src
mkdir src/gouprojs
cd gouprojs
git clone https://github.com/MikhailBatsin-code/gouweb.git
cd gouweb
go build(will make cli binary)
./gouweb cli
gouweb cli
gouweb cli accepts only one argument per call
you can use build(it will build project) or cli(it will activate interactive mode)
If you renamed root directory of project
you can enter cli and type proj-rename. You will be prompted to enter new project name. Enter your current name of root directory. Next program will ask you to enter old project name. if it was just copied from git repository type gouweb. after that your imports will be updated