golang-github-alecthomas-repr-dev binary package in Ubuntu Lunar riscv64

 The repr package attempts to represent Go values in a form that can be
 used almost directly in Go source code.
 .
 Unfortunately, some values (such as pointers to basic types) cannot
 be represented directly in Go. These values will be represented as
 &<value>, e.g. &23
 .
 Example:
 .
   type test struct {
     S string
     I int
     A []int
   }
 .
   func main() {
     repr.Print(&test{
       S: "String",
       I: 123,
       A: []int{1, 2, 3},
     })
   }
 .
 Outputs
 .
   &main.test{S: "String", I: 123, A: []int{1, 2, 3}}

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-12-27 18:08:53 UTC Published Ubuntu Lunar riscv64 release universe devel Optional 0.1.1-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar riscv64 proposed universe devel Optional 0.1.1-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2022-12-27 18:09:24 UTC Superseded Ubuntu Lunar riscv64 release universe devel Optional 0.1.0-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of golang-github-alecthomas-repr 0.1.1-1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2022-12-28 18:10:08 UTC Deleted Ubuntu Lunar riscv64 proposed universe devel Optional 0.1.0-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2022-11-13 18:29:26 UTC Superseded Ubuntu Lunar riscv64 release universe devel Optional 0.0~git20220113.b1b626a-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of golang-github-alecthomas-repr 0.1.0-1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed amd64 in Primary Archive for Ubuntu