mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
_scripts: remove unnecessary os.ExpandEnv (#3504)
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
fh, err := os.Create(os.ExpandEnv("./Documentation/cli/README.md"))
|
||||
fh, err := os.Create("./Documentation/cli/README.md")
|
||||
if err != nil {
|
||||
log.Fatalf("could not create README.md: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user