We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Sign In
mirror
/
golang-ip2location
mirror of
https://github.com/vladimirok5959/golang-ip2location.git
Watch
2
Star
0
Fork
0
Files
Wiki
Tree:
35ac5b687d
Branches
Tags
main
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
golang-ip2locat...
/
internal
/
server
/
web
/
web.go
web.go
85 B
History
Raw
1
2
3
4
5
6
7
8
9
10
package web
import (
_ "embed"
)
var (
//go:embed index.html
IndexHtml string
)