nim-rest-client/

directory
v0.0.0-...-39bd740 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0

README

= How to run

[source, bash]
.*Run From Source Code*
----
go mod init github.com/kylinsoong/golang/rest-client
go mod tidy
go run cmd/rest-client/main.go --url=127.0.0.1 --username=admin --password=admin
----

[source, bash]
.*Build Source Code & Run locally*
----
go mod init github.com/kylinsoong/golang/rest-client
go mod tidy
go build -o rest-client -ldflags "-X main.version=1.0.0" cmd/rest-client/*.go
./rest-client --url=127.0.0.1 --username=admin --password=admin
----



Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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