Exercise 2: Working with REST APIs
Let’s test our understanding by attempting this challenge.
We'll cover the following...
Let’s practice what we’ve learned so far. The solution to this exercise will be provided in the next lesson.
Problem
Change the restdb
package (restdb.go
) to support SQLite instead of PostgreSQL, ...