8000 rabbitmq-tutorials/go at master · jberke/rabbitmq-tutorials · GitHub
[go: up one dir, main page]

Skip to content
< 56D9 script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":false,"path":"go","repo":{"id":15555949,"defaultBranch":"master","name":"rabbitmq-tutorials","ownerLogin":"jberke","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-12-31T19:51:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/387625?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"master","listCacheKey":"v0:1615945361.180463","canEdit":false,"refType":"branch","currentOid":"27df5ef15cac5b0bde5e7bd92c176453fb97f2ee"},"tree":{"items":[{"name":".gitignore","path":"go/.gitignore","contentType":"file"},{"name":"README.md","path":"go/README.md","contentType":"file"},{"name":"emit_log.go","path":"go/emit_log.go","contentType":"file"},{"name":"emit_log_direct.go","path":"go/emit_log_direct.go","contentType":"file"},{"name":"emit_log_topic.go","path":"go/emit_log_topic.go","contentType":"file"},{"name":"new_task.go","path":"go/new_task.go","contentType":"file"},{"name":"receive.go","path":"go/receive.go","contentType":"file"},{"name":"receive_logs.go","path":"go/receive_logs.go","contentType":"file"},{"name":"receive_logs_direct.go","path":"go/receive_logs_direct.go","contentType":"file"},{"name":"receive_logs_topic.go","path":"go/receive_logs_topic.go","contentType":"file"},{"name":"send.go","path":"go/send.go","contentType":"file"},{"name":"worker.go","path":"go/worker.go","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eGo code for RabbitMQ tutorials\u003c/h1\u003e\u003ca id=\"user-content-go-code-for-rabbitmq-tutorials\" class=\"anchor\" aria-label=\"Permalink: Go code for RabbitMQ tutorials\" href=\"#go-code-for-rabbitmq-tutorials\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eHere you can find Go code examples from\n\u003ca href=\"http://www.rabbitmq.com/getstarted.html\" rel=\"nofollow\"\u003eRabbitMQ tutorials\u003c/a\u003e.\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eRequirements\u003c/h2\u003e\u003ca id=\"user-content-requirements\" class=\"anchor\" aria-label=\"Permalink: Requirements\" href=\"#requirements\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eTo run this code you need \u003ca href=\"https://github.com/streadway/amqp\"\u003eGo RabbitMQ client\u003c/a\u003e.\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eCode\u003c/h2\u003e\u003ca id=\"user-content-code\" class=\"anchor\" aria-label=\"Permalink: Code\" href=\"#code\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eCode examples are executed via \u003ccode\u003ego run\u003c/code\u003e:\u003c/p\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-one-python.html\" rel=\"nofollow\"\u003eTutorial one: \"Hello World!\"\u003c/a\u003e:\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"go run send.go\ngo run receive.go\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003ego run send.go\ngo run receive.go\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-two-python.html\" rel=\"nofollow\"\u003eTutorial two: Work Queues\u003c/a\u003e:\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"go run new_task.go hello world\ngo run worker.go\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003ego run new_task.go hello world\ngo run worker.go\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-three-python.html\" rel=\"nofollow\"\u003eTutorial three: Publish/Subscribe\u003c/a\u003e\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"go run receive_logs.go\ngo run emit_log.go hello world\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003ego run receive_logs.go\ngo run emit_log.go hello world\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-four-python.html\" rel=\"nofollow\"\u003eTutorial four: Routing\u003c/a\u003e\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"go run receive_logs_direct.go info warn\ngo run emit_log_direct.go warn \u0026quot;a warning\u0026quot;\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003ego run receive_logs_direct.go info warn\ngo run emit_log_direct.go warn \"a warning\"\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-five-python.html\" rel=\"nofollow\"\u003eTutorial five: Topics\u003c/a\u003e\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"go run receive_logs_topic.go info warn\ngo run emit_log_topic.go warn \u0026quot;a warning\u0026quot;\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003ego run receive_logs_topic.go info warn\ngo run emit_log_topic.go warn \"a warning\"\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003e\u003ca href=\"http://www.rabbitmq.com/tutorial-six-python.html\" rel=\"nofollow\"\u003eTutorial six: RPC\u003c/a\u003e\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"TBD\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003eTBD\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eTo learn more, see \u003ca href=\"https://github.com/streadway/amqp\"\u003eGo RabbitMQ client\u003c/a\u003e.\u003c/p\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"Go code for RabbitMQ tutorials","anchor":"go-code-for-rabbitmq-tutorials","htmlText":"Go code for RabbitMQ tutorials"},{"level":2,"text":"Requirements","anchor":"requirements","htmlText":"Requirements"},{"level":2,"text":"Code","anchor":"code","htmlText":"Code"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fjberke%2Frabbitmq-tutorials%2Ftree%2Fmaster%2Fgo"}},"totalCount":12,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":"bin","path":"bin","contentType":"directory"},{"name":"clojure","path":"clojure","contentType":"directory"},{"name":"dotnet","path":"dotnet","contentType":"directory"},{"name":"erlang","path":"erlang","contentType":"directory"},{"name":"go","path":"go","contentType":"directory"},{"name":"haskell","path":"haskell","contentType":"directory"},{"name":"java","path":"java","contentType":"directory"},{"name":"javascript-nodejs","path":"javascript-nodejs","contentType":"directory"},{"name":"perl","path":"perl","contentType":"directory"},{"name":"php","path":"php","contentType":"directory"},{"name":"python-puka","path":"python-puka","contentType":"directory"},{"name":"python","path":"python","contentType":"directory"},{"name":"ruby-amqp","path":"ruby-amqp","contentType":"directory"},{"name":"ruby","path":"ruby","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"test.py","path":"test.py","contentType":"file"},{"name":"travisci.py","path":"travisci.py","contentType":"file"}],"totalCount":20}},"fileTreeProcessingTime":6.539128,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/jberke/rabbitmq-tutorials/branches":{"post":"TSrZiYRo58z9hJYwStGyco01RUEbBwou0XunubfzrVFVM_jkS1BiDVf0kbATgY6XjDqSt6xGOt6a0Zo7g43I0A"},"/jberke/rabbitmq-tutorials/branches/fetch_and_merge/master":{"post":"GgGBlgxyCl1ephIVE0N89JsnEf0O6cmCpXwEyn00MLrNvzWLCfD3-Gx_f6NzJVTXtMdFi_u42ZO9rtg7IT8EUQ"},"/jberke/rabbitmq-tutorials/branches/fetch_and_merge/master?discard_changes=true":{"post":"UrPjMPMoyzOmQieZsiq4Az8kWI6xKsdi-2l8wXZt_yOFDVct9qo2lpSbSi_STJAgEMQM-ER713Pju6AwKmbLyA"}}},"title":"rabbitmq-tutorials/go at master · jberke/rabbitmq-tutorials","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0