Skip to content

Commit

Permalink
refactor(src/init.go): Adding errors, os, and syscall to import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
plvhx committed Jul 13, 2022
1 parent a8619c0 commit 16dd356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package src

import (
// import some shit here.. :)
"errors"
"os"
"syscall"
)

var (
Expand Down

0 comments on commit 16dd356

Please sign in to comment.