Timur
Timur
At the top level of the project directory, we have 6 packages: **auth, bookmark, cmd, config, models, server**. Add 7 pack **logging** ?
The command does not work `echo -e "Hello,\nip address!" | sudo tee -a /c/windows/system32/drivers/etc/hosts` ``` Hello, ip address! tee: /c/windows/system32/drivers/etc/hosts: Permission denied ```  Open notepad 
**How to write log file** ``` package main import ( "github.com/gin-gonic/gin" ) func main() { // Disable Console Color, you don't need console color when writing the logs to file....