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

Changelog

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

  * Initial release (Closes: #859240)

 -- Michael Lustfield <email address hidden>  Fri, 31 Mar 2017 18:36:12 -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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-1.dsc 2.4 KiB 49ce6fe5094a73efd5a1d084957a635b114a31da990705c3a74523fc4a2932ac
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-1.debian.tar.xz 2.0 KiB fdade772d1290ea2b33419b987059332908674697bf1e2926c262277a9bdcb23

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.