File: control

package info (click to toggle)
golang-honnef-go-tools 2020.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,736 kB
  • sloc: sh: 64; lisp: 30; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 1,553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: golang-honnef-go-tools
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-burntsushi-toml-dev,
               golang-github-kisielk-gotool-dev,
               golang-golang-x-tools-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-honnef-go-tools
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-honnef-go-tools.git
Homepage: https://github.com/dominikh/go-tools
Rules-Requires-Root: no
XS-Go-Import-Path: honnef.co/go/tools

Package: golang-honnef-go-tools-dev
Architecture: all
Depends: golang-github-burntsushi-toml-dev,
         golang-github-kisielk-gotool-dev,
         golang-golang-x-tools-dev,
         ${misc:Depends},
Description: Collection of golang tools and libraries
 keyify: Transforms an unkeyed struct literal into a keyed one.
 rdeps: Find all reverse dependencies of a set of packages.
 staticcheck: Go static analysis, detecting bugs, performance issues, and much
 more.
 structlayout: Displays the layout (field sizes and padding) of structs.
 structlayout-optimize: Reorders struct fields to minimize the amount of
 padding.
 structlayout-pretty: Formats the output of structlayout with ASCII art.
 .
 In addition to the aforementioned tools, this package contains the libraries
 necessary to implement these tools.