golang-github-neelance-astrewrite 0.0~git20160511.0.9934826-2 source package in Ubuntu

Changelog

golang-github-neelance-astrewrite (0.0~git20160511.0.9934826-2) unstable; urgency=medium

  * Maintenance updates:
    - Standards-Version bump.
    - Clean up d/watch.
    - Add Testsuite to d/control.

 -- Michael Lustfield <email address hidden>  Fri, 29 Sep 2017 13:38:10 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-2.dsc 2.4 KiB 9b120da2a3f518a3ccb7e49d02b274a27200bf9717df3f12f85c72920c9ce37d
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826.orig.tar.xz 7.9 KiB bdb6ddbee2da21cf0db026a2a70b7e837b7a65e4ee1337e12f0158412ae22234
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-2.debian.tar.xz 2.1 KiB c04ffc56c332ce50cd546ffbaf0d48b65fc699a1d373ea8440f9761aa0a4c853

No changes file available.

Binary packages built by this source

golang-github-neelance-astrewrite-dev: Go tool to walk & rewrite AST

 This library provides functions similar to ast.Inspect() from the
 'ast' package. The passed walk function can also return a node, which
 is used to rewrite the parent node. This provides an easy way to
 rewrite a given ast.Node while walking the AST.