6 lines
47 B
Go
6 lines
47 B
Go
|
|
package filesystem
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
SetOsFs()
|
||
|
|
}
|