Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

ciarand/asciidocgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

540 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciidocgo

An Asciidoctor clone in Go. Very early stages.

Build status

Goals

  • Asciidoctor compatability

  • Blackfriday-like API (drop-in replacement ideally)

  • 100% test coverage

Contributing

  • We mostly need documentation right now

  • Let’s move everything to the root level

  • A CLI tool is almost literally the last thing we need to work on right now

Code style

  • Don’t break the tests

  • Format with gofmt

  • Use Ginkgo for tests

  • Comment every new function or struct you add

  • Never use panic in reachable code

  • Use snake_case for filenames, camel case for symbols

  • Run the tests before (and after) you commit

About

Like asciidoctor, but in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%