https://gosuda.org/

ID da verificação
62fd47af-cc58-4402-81aa-833035164553Concluído
URL enviado:
https://gosuda.org/
Relatório concluído:

Os links de saída identificados na página

LinkTexto
https://github.com/gosudaGitHub

Variáveis JavaScript · 7 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
isCrawlerfunction
displayAltfunction
mainfunction
__cfBeaconobject

Mensagens de registro do console · 0 encontrada(s)

Mensagens registradas no console web

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="/main.css"><title>GoSuda | Home</title><meta property="og:title" content="GoSuda | Home"><meta property="og:image" content="https://gosuda.org/assets/images/ogp_placeholder.png"><meta property="og:url" content="https://gosuda.org/"><link rel="canonical" href="https://gosuda.org/"><meta name="description" content="GoSuda is an industry-leading open source working group enabling developers to easily build, prototype, and deploy applications. Our comprehensive suite of tools and frameworks empowers developers to create robust, scalable solutions across various domains."><meta property="og:description" content="GoSuda is an industry-leading open source working group enabling developers to easily build, prototype, and deploy applications. Our comprehensive suite of tools and frameworks empowers developers to create robust, scalable solutions across various domains."><meta name="author" content="GoSuda"><link rel="alternate" hreflang="en" href="https://gosuda.org/"><link rel="alternate" hreflang="es" href="https://gosuda.org/es/"><link rel="alternate" hreflang="zh" href="https://gosuda.org/zh/"><link rel="alternate" hreflang="ko" href="https://gosuda.org/ko/"><link rel="alternate" hreflang="ja" href="https://gosuda.org/ja/"><link rel="alternate" hreflang="de" href="https://gosuda.org/de/"><link rel="alternate" hreflang="ru" href="https://gosuda.org/ru/"><link rel="alternate" hreflang="fr" href="https://gosuda.org/fr/"><link rel="alternate" hreflang="nl" href="https://gosuda.org/nl/"><link rel="alternate" hreflang="it" href="https://gosuda.org/it/"><link rel="alternate" hreflang="id" href="https://gosuda.org/id/"><link rel="alternate" hreflang="pt" href="https://gosuda.org/pt/"><link rel="alternate" hreflang="sv" href="https://gosuda.org/sv/"><link rel="alternate" hreflang="cs" href="https://gosuda.org/cs/"><link rel="alternate" hreflang="sk" href="https://gosuda.org/sk/"><link rel="alternate" hreflang="pl" href="https://gosuda.org/pl/"><link rel="alternate" hreflang="ro" href="https://gosuda.org/ro/"><link rel="alternate" hreflang="hu" href="https://gosuda.org/hu/"><link rel="alternate" hreflang="fi" href="https://gosuda.org/fi/"><link rel="alternate" hreflang="tr" href="https://gosuda.org/tr/"><link rel="alternate" type="application/rss+xml" href="https://gosuda.org/feed.rss"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"><link rel="manifest" href="/assets/site.webmanifest"><link rel="mask-icon" href="/assets/safari-pinned-tab.svg" color="#5bbad5"><link rel="shortcut icon" href="/assets/favicon.ico"><meta name="msapplication-TileColor" content="#ffc40d"><meta name="msapplication-config" content="/assets/browserconfig.xml"><meta name="theme-color" content="#ffffff"></head><body><div class="max-w-6xl mx-auto p-4 min-h-screen flex flex-col"><header class="flex justify-between items-center p-4 border-2 border-black rounded-lg mb-6"><a class="text-2xl font-bold" href="/">GoSuda</a><nav class="flex items-center"><button onclick="openCommandPalette()" class="mr-4 flex items-center"><svg class="w-5 h-5 mr-1" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg> Search</button> <a href="https://github.com/gosuda" target="_blank" rel="noopener noreferrer" class="flex items-center"><svg class="w-5 h-5 mr-1" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37.0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44.0 0020 4.77 5.07 5.07.0 0019.91 1S18.73.65 16 2.48a13.38 13.38.0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07.0 005 4.77 5.44 5.44.0 003.5 8.55c0 5.42 3.3 6.61 6.44 7A3.37 3.37.0 009 18.13V22"></path></svg> GitHub</a></nav></header><div class="flex flex-col lg:flex-row flex-grow"><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 flex-grow"><a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href="/blog/posts/creating-a-gui-with-tk-in-go-z004dd008"><div class="p-4"><div class="flex items-center mb-4"><div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div><div><div class="font-semibold">Yunjin Lee</div><div class="text-sm text-gray-500">October 22, 2024</div></div></div><h2 class="text-xl font-bold mb-2">Creating a GUI with Tk in Go</h2><p class="text-m font-weight-300">Learn how to create simple and effective GUI applications using Tcl/Tk with the Go language, and learn SVG, PNG, and ICO image processing techniques.</p></div></a><a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href="/blog/posts/go-and-the-openapi-ecosystem-zd5a8e472"><div class="p-4"><div class="flex items-center mb-4"><div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div><div><div class="font-semibold">iwanhae</div><div class="text-sm text-gray-500">October 18, 2024</div></div></div><h2 class="text-xl font-bold mb-2">Go and the OpenAPI ecosystem</h2><p class="text-m font-weight-300">This document introduces libraries and strategies usable for developing APIs based on OpenAPI using the Go language.</p></div></a><a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href="/blog/posts/go-concurrency-starter-pack-z221a3399"><div class="p-4"><div class="flex items-center mb-4"><div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div><div><div class="font-semibold">snowmerak</div><div class="text-sm text-gray-500">October 18, 2024</div></div></div><h2 class="text-xl font-bold mb-2">Go Concurrency Starter Pack</h2><p class="text-m font-weight-300">This introduces various tools and techniques for Go concurrency management, including goroutines, channels, and mutexes.</p></div></a><a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href="/blog/posts/why-doesn-t-go-have-try-catch-zeb312147"><div class="p-4"><div class="flex items-center mb-4"><div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div><div><div class="font-semibold">Rabbit Princess</div><div class="text-sm text-gray-500">October 16, 2024</div></div></div><h2 class="text-xl font-bold mb-2">Why is there no Try-Catch in Go?</h2><p class="text-m font-weight-300">We explore why Go does not support try-catch and instead utilizes panic-recover, examining the implications for error handling responsibilities.</p></div></a><a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href="/blog/posts/go-is-the-ideal-language-for-ai-applications-and-our-plans-to-make-it-even-better-z2f380165"><div class="p-4"><div class="flex items-center mb-4"><div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div><div><div class="font-semibold">Lemon Mint</div><div class="text-sm text-gray-500">October 6, 2024</div></div></div><h2 class="text-xl font-bold mb-2">Go is the ideal language for AI apps</h2><p class="text-m font-weight-300">Go is ideal for AI development due to its efficiency, concurrency, and seamless integration with AI APIs &amp; cloud-native tools.</p></div></a></div><div class="lg:w-64 lg:ml-6 mt-6 lg:mt-0 lg:flex-shrink-0"><div class="border-2 border-black rounded-lg p-4 sticky top-6"><span class="text-lg font-bold mb-2">Featured Posts</span><ul class="space-y-2"></ul></div></div></div><footer class="mt-8 text-center border-t border-black pt-4"><p>© 2024 GoSuda. All rights reserved.</p><div class="mt-2 space-x-4"><a href="https://github.com/gosuda" target="_blank" rel="noopener noreferrer" class="text-black">GitHub</a> <a href="https://gosuda.org/editor" target="_blank" rel="noopener noreferrer" class="text-black">Editor</a> <a href="https://gosuda.org" target="_blank" rel="noopener noreferrer" class="text-black">Website</a></div></footer><script src="/main.js" defer=""></script><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{&quot;token&quot;: &quot;4e67af35fb5a4e11ac4ce2a2053cf8d4&quot;}"></script></div></body></html>