1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-01-08 04:03:53 +02:00

Added space to comply with gofrm style guildlines

This commit is contained in:
Darrell Golliher 2016-11-28 21:36:29 -05:00
parent baa27547a7
commit 795e546534

View File

@ -70,7 +70,7 @@ if err := ab.Init(); err != nil {
// Make sure to put authboss's router somewhere
http.Handle("/authboss", ab.NewRouter())
http.ListenAndServe(":8080",nil)
http.ListenAndServe(":8080", nil)
```
Once you've got this code set up, it's time to implement the use cases you care about.