Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chaganti-rajitha committed Jan 29, 2025
1 parent 38a01f6 commit 45fd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gofsutil_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// SysBlockDir is used to set the directory of block devices.
var SysBlockDir string = "/sys/block"
var SysBlockDir = "/sys/block"

// FS provides many filesystem-specific functions, such as mount, format, etc.
type FS struct {
Expand Down

0 comments on commit 45fd4bd

Please sign in to comment.