mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-07 23:32:24 +00:00
Project structure refactor:
- Change package name general_server to gateway - Changing the structure of directories and packages - Adding vendor to the project
This commit is contained in:
12
vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
12
vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package lumberjack
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func chown(_ string, _ os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user