1#!/bin/sh 2go test -coverprofile=coverage.out "$@" 3go tool cover -html=coverage.out
View as plain text