Skip to content

Commit

Permalink
Bootstrap project
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmWillShepherd committed Sep 16, 2022
0 parents commit 43d5ec3
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
APP_ID="Your application's ID"
REST_API_KEY="Your REST API Key"
USER_AUTH_KEY="Your User Auth Key"

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
.env

16 changes: 16 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module onesignal-developers/sample

go 1.19

require (
github.com/OneSignal/onesignal-go-api v1.0.4
github.com/joho/godotenv v1.4.0
)

require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit 43d5ec3

Please sign in to comment.