standard-webhooks / standard-webhooks

The Standard Webhooks specification

Home Page:https://www.standardwebhooks.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add go.mod

alexfalkowski opened this issue · comments

It would be awesome to have this setup in https://github.com/standard-webhooks/standard-webhooks/tree/main/libraries/go.

For your reference https://go.dev/doc/tutorial/create-module, please advise if any help is needed.

@zekth, what do you think?

but the go.mod is there: https://github.com/standard-webhooks/standard-webhooks/blob/main/libraries/go.mod

try go get github.com/standard-webhooks/standard-webhooks/libraries@main

Apologies, you are correct. Thanks for the clarification.