diff options
Diffstat (limited to 'esi.go')
-rw-r--r-- | esi.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |