Repository: microo8/golymer Branch: master Commit: 547faead0239 Files: 2 Total size: 336 B Directory structure: gitextract_es4z9rpa/ ├── .gitignore └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Binaries for programs and plugins *.exe *.dll *.so *.dylib # Test binary, build with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ *.js *.js.map ================================================ FILE: README.md ================================================ # Project moved to gitlab.com/microo8/golymer
gitextract_es4z9rpa/ ├── .gitignore └── README.md
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (0K chars).
[
{
"path": ".gitignore",
"chars": 290,
"preview": "# Binaries for programs and plugins\n*.exe\n*.dll\n*.so\n*.dylib\n\n# Test binary, build with `go test -c`\n*.test\n\n# Output of"
},
{
"path": "README.md",
"chars": 46,
"preview": "# Project moved to gitlab.com/microo8/golymer\n"
}
]
About this extraction
This page contains the full source code of the microo8/golymer GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (336 B), approximately 177 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.