vendor/github.com/sendgrid/rest/Makefile
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 13:17:17 +0100
changeset 268 4dd196a4ee7c
parent 256 6d9efbef00a9
permissions -rw-r--r--
Merge pull request #29 from rjp/fix/support-non-int-ids Update to handle non-int64 IDs committer: GitHub <noreply@github.com>

.PHONY: test install

install:
	go get -t -v ./...

test: install
	go test -race -cover -v ./...