{"id":16509466,"url":"https://github.com/jtemporal/wwg0","last_synced_at":"2025-09-07T10:34:00.670Z","repository":{"id":78994918,"uuid":"128100726","full_name":"jtemporal/wwg0","owner":"jtemporal","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-04T18:01:39.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T01:34:06.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtemporal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-04T18:01:21.000Z","updated_at":"2018-04-04T18:01:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"d34bb584-fe31-49b1-a68a-e6d52de472bc","html_url":"https://github.com/jtemporal/wwg0","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtemporal/wwg0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fwwg0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fwwg0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fwwg0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fwwg0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/wwg0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fwwg0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026691,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-11T15:50:41.583Z","updated_at":"2025-09-07T10:34:00.627Z","avatar_url":"https://github.com/jtemporal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Women Who Go Sampa - Encontro 0\n\nPrimeira palestra em Go \\o/\n\nE vai ser live coding feelings\n\n## Estrutura incial\n\n- Declaração de pacote\n- Importar pacotes: [`fmt`](https://golang.org/pkg/fmt/)\n- `func main()`\n\nTudo em Go funciona em pacotes, você pode ter vários pacotes desde que eles estejam separados em diretórios.\n\nPara organizar e reaproveitar podemos separar tudo em pacotes e importar eles. Também utilizamos `import` para ter acesso aos pacotes embutidos do próprio Go como o pacote de formatação `fmt`.\n\nE o pacote `main` espera a existência de uma função `main()`.\n\n## Rodando e buildando\n\n- go run main.go\n- go build\n- ./wwg0\n\nPara executar o código podemos só usar o comando `run` do Go que faz um build numa pasta temporária e mostra pra você o resultado. Ou você pode criar o executável do seu pacote com o comando `build`.\n\n## Variáveis\n\n- `nome`\n\nPra declarar e instanciar variáveis usamos o `:=`.\n\n## Estrutura: if\n\n- if\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fwwg0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fwwg0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fwwg0/lists"}