Categorygithub.com/binarstrike/magic-url
modulepackage
0.0.0-20241107025853-dab1d25e9d07
Repository: https://github.com/binarstrike/magic-url.git
Documentation: pkg.go.dev

# README

magic-url

WORK IN PROGRESS

Sebuah aplikasi Backend REST API untuk layanan aplikasi pemendek URL atau tautan.

How to build

release build

# linux
pkgname="github.com/binarstrike/magic-url"

go build -o magic-url -ldflags="-s -w -X $pkgname/config.APP_ENV=production -X $pkgname/config.APP_VERSION=0.0.3-release" -trimpath $pkgname/cmd/magic-url/...

# windows powershell
$pkgname = "github.com/binarstrike/magic-url"

go build -o magic-url.exe -ldflags="-s -w -X $pkgname/config.APP_ENV=production -X $pkgname/config.APP_VERSION=0.0.3-release" -trimpath $pkgname/cmd/magic-url/...

debug build

# linux
go build -o magic-url ./cmd/magic-url

# windows
go build -o magic-url.exe .\cmd\magic-url

How to run

# linux
./magic-url

# windows
.\magic-url.exe

# Packages

No description provided by the author
No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author