mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-27 03:26:29 +00:00
feat: 添加用户位置、操作系统和浏览器信息到评论功能
This commit is contained in:
@ -1 +1,10 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetIPInfo(t *testing.T) {
|
||||
r, err := GetIPInfo("1.1.1.1")
|
||||
t.Log(r, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user