Skip to content

Commit

Permalink
some more bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 1, 2023
1 parent b881618 commit 45e45e3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 202 deletions.
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21
201 changes: 0 additions & 201 deletions LICENSE copy

This file was deleted.

12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BASE_DIR=$(CURDIR)

.PHONY: tidy lean test

tidy:
go mod tidy

format: tidy
go fmt ./...

test: tidy
go test -v ./...
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Reporting a Vulnerability

Please report a Vulnerability with the built-in Github functionality in the *Security* tab : https://github.com/maestro-org/typescript-sdk/security/advisories
Please report a Vulnerability with the built-in Github functionality in the *Security* tab : https://github.com/maestro-org/go-sdk/security/advisories

More info here : https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/gomaestro-org/go-sdk

go 1.21.0

0 comments on commit 45e45e3

Please sign in to comment.