Skip to content

Commit

Permalink
adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh committed Sep 8, 2021
1 parent 2bd81f0 commit 9384b56
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/playground/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The `main.go` in this folder is used as a playground to write / test random code snippets.
5 changes: 5 additions & 0 deletions examples/playground/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {

}
6 changes: 6 additions & 0 deletions examples/with-gin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is an example of how to integrate [Gin-Gonic](https://github.com/gin-gonic/gin) with SuperTokens.

To start this server, run:
```
go run main.go
```
6 changes: 6 additions & 0 deletions examples/with-mux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is an example of how to integrate [Gorilla Mux](https://github.com/gorilla/mux) with SuperTokens.

To start this server, run:
```
go run main.go
```

0 comments on commit 9384b56

Please sign in to comment.