Guest User

Untitled

a guest
Dec 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. func DefaultInstall(dep *dep.Dependency) {
  2. if !dep.IsInstalled() {
  3. dep.Install()
  4. }
  5. }
  6.  
  7. func DefaultInstall(dep *dep.Dependency) {
  8. if !(*dep).IsInstalled() {
  9. (*dep).Install()
  10. }
  11. }
Add Comment
Please, Sign In to add comment