Skip to content

Instantly share code, notes, and snippets.

@Ramko9999
Created April 25, 2021 20:24
Show Gist options
  • Save Ramko9999/826ea5547d21ea62db505a1d69a12b00 to your computer and use it in GitHub Desktop.
Save Ramko9999/826ea5547d21ea62db505a1d69a12b00 to your computer and use it in GitHub Desktop.
import (
"log"
"os"
)
func getWd() {
dir, err = os.Getwd()
if err != nil {
log.Fatal(err);
}
return dir;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment