{"id":13791613,"url":"https://github.com/neguse/gomelift","last_synced_at":"2026-01-20T22:06:10.616Z","repository":{"id":47130806,"uuid":"247012646","full_name":"neguse/gomelift","owner":"neguse","description":"Unofficial GameLift Server SDK in Go.","archived":false,"fork":false,"pushed_at":"2023-02-14T16:24:32.000Z","size":48,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T05:08:08.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neguse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-13T07:31:59.000Z","updated_at":"2023-12-06T20:16:45.000Z","dependencies_parsed_at":"2024-11-18T09:30:46.331Z","dependency_job_id":null,"html_url":"https://github.com/neguse/gomelift","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neguse%2Fgomelift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neguse%2Fgomelift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neguse%2Fgomelift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neguse%2Fgomelift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neguse","download_url":"https://codeload.github.com/neguse/gomelift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754962,"owners_count":21958933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T22:01:02.463Z","updated_at":"2026-01-20T22:06:10.558Z","avatar_url":"https://github.com/neguse.png","language":"Go","funding_links":[],"categories":["Solutions"],"sub_categories":["Integrations"],"readme":"# GomeLift\n\n## What's this?\n\nUnofficial GameLift Server SDK in Go.\n\n## How to use\n\nRun `go get` command and import to your program.\n\n```\ngo get -u github.com/neguse/gomelift\n\nimport (\n\t\"github.com/neguse/gomelift/pkg/gamelift\"\n\tglog \"github.com/neguse/gomelift/pkg/log\"\n\t\"github.com/neguse/gomelift/pkg/proto/pbuffer\"\n)\n```\n\nsee [example](example/gamelift/server/server.go).\n\n## How to bulid example.\n\nBuild and upload gamelift build.\n\n```\nOn Linux:\ncd /path/to/github.com/neguse/gomelift\ngo build -o example/gamelift/server/server.exe example/gamelift/server/server.go\naws gamelift upload-build --operating-system AMAZON_LINUX_2 --build-root example/gamelift/server --name gomelift --build-version 1 --region ap-northeast-1\n```\n\nIf you are working on Windows or OSX, set GOOS=linux and GOARCH=amd64 before you run `go build` and reset it before `go run`.\n\n## License\n\nCopyright 2020 neguse\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneguse%2Fgomelift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneguse%2Fgomelift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneguse%2Fgomelift/lists"}