Question: Which is the _only_ valid import statement in Go?
- `import "github/gin-gonic/gin"`
- `import "https://github.com/gin-gonic/gin"`
- `import "../template"`
- `import "github.com/gin-gonic/gin"`
Answer: The correct answer of the above question is Option D:`import "github.com/gin-gonic/gin"`