Move main function into separate package (closes #12)

This commit is contained in:
Matthew Holt 2017-06-21 15:23:33 -06:00 committed by Zlatko Čalušić
parent 07b6d5facf
commit 65152c7bf5
5 changed files with 196 additions and 183 deletions

View file

@ -1,4 +1,4 @@
package main
package restserver
/*
Copied from: github.com/bitly/oauth2_proxy