Guest User

Untitled

a guest
Feb 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. package components
  2.  
  3. import "syscall"
  4.  
  5. func setpriority() {
  6.  
  7. syscall.Setpriority(syscall.PRIO_PGRP, 0, 9)
  8. }
Add Comment
Please, Sign In to add comment