Skip to content

naabbasi/PakFlame

Repository files navigation

https://github.com/LUSHDigital/modelgen https://github.com/golang-migrate/migrate http://www.columbia.edu/~em36/pdftoprinter.html

drop database sanitary cascade;
create database sanitary encoding 'utf-8';
create table test1(id int default unique_rowid(), name varchar(20), primary key(id));
create table test2(id uuid default gen_random_uuid(), name varchar(20), primary key(id));

================================== git config
--global
url."https://noman.ali.abbasy@gmail.com:@7fc26a50048df50a658ad3c6c08c0bc819e8e328@github.com".insteadOf
"https://github.com"

git config --global --add url."git@github.com:".insteadOf "https://github.com/" git config --global --add url."git@github.com:".insteadOf "https://github.com/"

GO Modules

  1. go mod init github.com/pakflame inside the directories (src/github.com/pakflame)
  • cd /opt/Workspaces/GoLang/IMS/src/github.com/pakflame && go mod init github.com/pakflame
  • go get ./... (To install all dependency) | go build ./...