golang-golang-x-exp 0.0~git20221028.83b7d23-2 source package in Ubuntu

Changelog

golang-golang-x-exp (0.0~git20221028.83b7d23-2) unstable; urgency=medium

  * Team upload.
  * Fix time regexp in slog test

 -- Shengjing Zhu <email address hidden>  Sun, 30 Oct 2022 02:51:42 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-exp_0.0~git20221028.83b7d23-2.dsc 1.7 KiB 6ddc6beba0910fcfd356c225a46da1be8872ecd5218b6037723cfe1b01702692
golang-golang-x-exp_0.0~git20221028.83b7d23.orig.tar.xz 1.3 MiB 6ab71bd2bd7a12fd98498f4ae1039189bb360e32893415121b734ce2451047c6
golang-golang-x-exp_0.0~git20221028.83b7d23-2.debian.tar.xz 4.3 KiB 7ce4cfd133eee8eed5396fffe99e69e03755c0a3c8c8915385a8b75b069d6dc1

No changes file available.

Binary packages built by this source

ebnflint: verifies EBNF productions are consistent and grammatically correct

 Ebnflint verifies that EBNF productions are consistent and grammatically
 correct. It reads them from an HTML document such as the Go specification.
 .
 Grammar productions are grouped in boxes demarcated by the HTML elements
 .
   <pre class="ebnf">
   </pre>
 .
 Usage:
 .
   ebnflint [--start production] [file]
 .
 The --start flag specifies the name of the start production for the grammar; it
 defaults to "Start".

golang-golang-x-exp-dev: experimental and deprecated packages

 This subrepository holds experimental and deprecated (in the "old" directory)
 packages.
 .
 The idea for this subrepository originated as the "pkg/exp" directory of the
 main repository, but its presence there made it unavailable to users of the
 binary downloads of the Go installation. The subrepository has therefore been
 created to make it possible to "go get" these packages.
 .
 Warning: Packages here are experimental and unreliable. Some may one day be
 promoted to the main repository or other subrepository, or they may be modified
 arbitrarily or even disappear altogether.
 .
 In short, code in this subrepository is not subject to the Go 1 compatibility
 promise. (No subrepo is, but the promise is even more likely to be violated by
 go.exp than the others.)
 .
 Caveat emptor.