web.go 120 B

123456
  1. // Package web is just a wrapper for the API and UI subpackages.
  2. package web
  3. import (
  4. _ "golang.org/x/text/message"
  5. )