Markup Languages - Awesome Go
Sponsorships
Quit struggling with scattered API keys and access controls.
Work from anywhere in the world with top tech companies like Riot Games, Coinbase, and Google.
- bafi - Universal JSON, BSON, YAML, XML translator to ANY format using templates.
- bbConvert - Converts bbCode to HTML that allows you to add support for custom bbCode tags.
- blackfriday - Markdown processor in Go.
- github_flavored_markdown - GitHub Flavored Markdown renderer (using blackfriday) with fenced code block highlighting, clickable header anchor links.
- go-output-format - Output go structures into multiple formats (YAML/JSON/etc) in your command line app.
- go-toml - Go library for the TOML format with query support and handy cli tools.
- goldmark - A Markdown parser written in Go. Easy to extend, standard (CommonMark) compliant, well structured.
- goq - Declarative unmarshaling of HTML using struct tags with jQuery syntax (uses GoQuery).
- html-to-markdown - Convert HTML to Markdown. Even works with entire websites and can be extended through rules.
- htmlquery - An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression.
- mxj - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
- toml - TOML configuration format (encoder/decoder with reflection).
- allot - Placeholder and wildcard text parsing for CLI tools and bots.
- codetree - Parses indented code (python, pixy, scarlet, etc.) and returns a tree structure.
- commonregex - A collection of common regular expressions for Go.
- did - DID (Decentralized Identifiers) Parser and Stringer in Go.
- doi - Document object identifier (doi) parser in Go.
- editorconfig-core-go - Editorconfig file parser and manipulator for Go.
- encdec - Package provides a generic interface to encoders and decoders.
- go-fasttld - High performance effective top level domains (eTLD) extraction module.
- go-nmea - NMEA parser library for the Go language.
- go-vcard - Parse and format vCard.
- gofeed - Parse RSS and Atom feeds in Go.
- gographviz - Parses the Graphviz DOT language.
- gonameparts - Parses human names into individual name parts.
- ltsv - High performance LTSV (Labeled Tab Separated Value) reader for Go.
- normalize - Sanitize, normalize and compare fuzzy text.
- omniparser - A versatile ETL library that parses text input (CSV/txt/JSON/XML/EDI/X12/EDIFACT/etc) in streaming fashion and transforms data into JSON output using data-driven schema.
- parseargs-go - string argument parser that understands quotes and backslashes.
- parth - URL path segmentation parsing.
- sdp - SDP: Session Description Protocol [RFC 4566].
- sh - Shell parser and formatter.
- tokenizer - Parse any string, slice or infinite buffer to any tokens.
- when - Natural EN and RU language date/time parser with pluggable rules.
- xj2go - Convert xml or json to go struct.
- genex - Count and expand Regular Expressions into all matching Strings.
- go-wildcard - Simple and lightweight wildcard pattern matching.
- goregen - Library for generating random strings from regular expressions.
- regroup - Match regex expression named groups into go struct using struct tags and automatic parsing.
- rex - Regular expressions builder.
- bluemonday - HTML Sanitizer.
- gofuckyourself - A sanitization-based swear filter for Go.
- colly - Fast and Elegant Scraping Framework for Gophers.
- dataflowkit - Web scraping Framework to turn websites into structured data.
- go-recipe - A package for scraping recipes from websites.
- GoQuery - GoQuery brings a syntax and a set of features similar to jQuery to the Go language.
- gospider - A simple golang spider/scraping framework,build a spider in 3 lines. migrated from goribot
- pagser - Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler.
- Tagify - Produces a set of tags from given source.
- xurls - Extract urls from text.
- podcast - iTunes Compliant and RSS 2.0 Podcast Generator in Golang
- syndfeed - A syndication feed for Atom 1.0 and RSS 2.0.
- go-runewidth - Functions to get fixed width of the character or string.
- go-zero-width - Zero-width character detection and removal for Go.
- kace - Common case conversions covering common initialisms.
- petrovich - Petrovich is the library which inflects Russian names to given grammatical case.
- radix - Fast string sorting algorithm.
- TySug - Alternative suggestions with respect to keyboard layouts.