Categorygithub.com/rstudio/goex
repository
0.0.0-20240820164006-07310add44be
Repository: https://github.com/rstudio/goex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

goex

Go Reference

Roughly the kind of Go things that one might find under golang.org/x/ ; missing standard library-ish stuff

Go as in go; Ex as in ex(perimental|tension).

caveats and assumptions

This library should be considered a "v0" dependency that cannot be pinned to a version range. Backward compatibility is not guaranteed, but best effort is made to keep the upgrade process pain-free.

The zap logging library is used in many places, with no effort to allow for pluggability of alternate logging libraries, or using an abstract library such as logr.

The HTTP middlewares assume use with code that can adapt "next" handlers to http.Handler and accept an http.Handler in return.