summaryrefslogtreecommitdiffhomepage
path: root/esi.go
diff options
context:
space:
mode:
Diffstat (limited to 'esi.go')
-rw-r--r--esi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/esi.go b/esi.go
index f50eb4d..4eaa682 100644
--- a/esi.go
+++ b/esi.go
@@ -6,7 +6,7 @@ import (
"net/http"
)
-func GetKillmail(id uint64, hash string) (EsiKillmail, error) {
+func GetKillmail(id int32, hash string) (EsiKillmail, error) {
r, err := http.Get(fmt.Sprintf("https://esi.evetech.net/latest/killmails/%d/%s/", id, hash))
if err != nil {
return EsiKillmail{}, err