Timur

Results 3 issues of 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 ``` ![изображение](https://github.com/purplesyringa/win-sudo/assets/47992247/4efaab7d-246c-4c84-aa80-00a12157de43) Open notepad ![изображение](https://github.com/purplesyringa/win-sudo/assets/47992247/2e332461-cd5c-44fc-bceb-e2f100918416)

**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....