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:
parent
baa27547a7
commit
795e546534
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user