我正在尝试使用名为ghinstallation的库在Golang中创建一个GitHub应用程序.如下所述,需要集成ID和安装ID。//WrapthesharedtransportforusewiththeintegrationID1authenticatingwithinstallationID99.itr,err:=ghinstallation.NewKeyFromFile(tr,1,99,"2016-10-19.private-key.pem")iferr!=nil{log.Fatal(err)}我认为安装ID正是URL中出现的ID(https://github.com/setti
我正在尝试使用名为ghinstallation的库在Golang中创建一个GitHub应用程序.如下所述,需要集成ID和安装ID。//WrapthesharedtransportforusewiththeintegrationID1authenticatingwithinstallationID99.itr,err:=ghinstallation.NewKeyFromFile(tr,1,99,"2016-10-19.private-key.pem")iferr!=nil{log.Fatal(err)}我认为安装ID正是URL中出现的ID(https://github.com/setti