gemini-browser

A text-based gemini browser
git clone git://git.laack.co/gemini-browser.git
Log | Files | Refs | README

README.md (588B)


      1 # Go terminal/console support
      2 
      3 [![Go Reference](https://pkg.go.dev/badge/golang.org/x/term.svg)](https://pkg.go.dev/golang.org/x/term)
      4 
      5 This repository provides Go terminal and console support packages.
      6 
      7 ## Report Issues / Send Patches
      8 
      9 This repository uses Gerrit for code changes. To learn how to submit changes to
     10 this repository, see https://go.dev/doc/contribute.
     11 
     12 The git repository is https://go.googlesource.com/term.
     13 
     14 The main issue tracker for the term repository is located at
     15 https://go.dev/issues. Prefix your issue with "x/term:" in the
     16 subject line, so it is easy to find.