Skip to content

Commit 30b2a55

Browse files
committed
Update main.go
1 parent 3b75aeb commit 30b2a55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmd/deleteRedditHistory/main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
package main
88

9+
type envVars struct {
10+
appID string
11+
appSecret string
12+
userName string
13+
userPassword string
14+
}
15+
916
func main() {
1017

1118
}

0 commit comments

Comments
 (0)