The glamourous AI coding agent for your favourite terminal 💘
1//go:build !windows 2 3package internal 4 5func HasPrivilegesForSymlink() bool { 6 return true 7}