Skip to content

Commit

Permalink
fresh start
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Sep 8, 2022
1 parent 94b3092 commit 83861d2
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 1,503 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
The University of Guelph updated their course selection system, so Course Sense must evolve!

This is a stateless Go service intended to be run in a serverless environment (I use Cloud Run) but a VM would work too.

## Project layout
7 changes: 7 additions & 0 deletions cmd/coursesense/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello world")
}
3 changes: 3 additions & 0 deletions coursesense.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package coursesense

//
46 changes: 0 additions & 46 deletions go.mod

This file was deleted.

708 changes: 0 additions & 708 deletions go.sum

This file was deleted.

130 changes: 0 additions & 130 deletions internal/database/firestore.go

This file was deleted.

41 changes: 0 additions & 41 deletions internal/notifier/email.go

This file was deleted.

32 changes: 0 additions & 32 deletions internal/notifier/twilio.go

This file was deleted.

58 changes: 0 additions & 58 deletions internal/server/config.go

This file was deleted.

Loading

0 comments on commit 83861d2

Please sign in to comment.