https://github.com/qomaindo-dev/getipclient
https://github.com/qomaindo-dev/getipclient
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qomaindo-dev/getipclient
- Owner: qomaindo-dev
- Created: 2023-06-05T07:34:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T07:45:51.000Z (about 3 years ago)
- Last Synced: 2025-01-13T03:41:32.760Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GetIPClient
Example of a simple program Get Client IP using go mux.
## Running
```golang
go run main.go
```
Then access the link :
```golang
localhost:port
```