diff --git a/.gitignore b/.gitignore index 77e5879..74147f2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ # Dependency directories (remove the comment below to include it) # vendor/ +.vscode \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..983800b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: agora-token-generator-in-go \ No newline at end of file diff --git a/go.mod b/go.mod index 990c23f..1ed9330 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module agora-token-server +module github.com/Mupati/agora-token-generator-in-go // +heroku goVersion go1.13 go 1.13