Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixigaj/go-default-route
Library for getting default route in Go
https://github.com/nixigaj/go-default-route
Last synced: 1 day ago
JSON representation
Library for getting default route in Go
- Host: GitHub
- URL: https://github.com/nixigaj/go-default-route
- Owner: nixigaj
- License: bsd-3-clause
- Created: 2023-10-14T22:19:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T11:57:56.000Z (about 1 year ago)
- Last Synced: 2023-10-19T12:47:31.832Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# default-route
This is [tailscale.com/net/interfaces](https://pkg.go.dev/tailscale.com/net/interfaces) modified to have fewer dependencies and only provide the functionality of getting the default route. This was previously used for my [`what`](https://github.com/nixigaj/what) cli tool.