gotests on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "gotests" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install gotests on Arch using YAY

$ yay -S gotests

* (Optional) Uninstall gotests on Arch using YAY

$ yay -Rns gotests

2. Manually Install "gotests" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone gotests's git locally

$ git clone https://aur.archlinux.org/gotests.git ~/gotests

c. Go to ~/gotests folder and install it

$ cd ~/gotests $ makepkg -si

3. Information about the gotests package on Arch User Repository (AUR)

ID: 1085965
Name: gotests
PackageBaseID: 179200
PackageBase: gotests
Version: 1.6.0-2
Description: Golang commandline tool that generates table driven tests based on its target source files function and method signatures
URL: https://github.com/cweill/gotests
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jcarnes
Submitter: jcarnes
FirstSubmitted: 1653672215
LastModified: 1653674276
URLPath: /cgit/aur.git/snapshot/gotests.tar.gz