Skip to content
2 changes: 2 additions & 0 deletions cmd/permify/permify.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File: cmd/permify/permify.go
package main

import (
Expand Down Expand Up @@ -55,3 +56,4 @@ func main() {
os.Exit(1)
}
}
// I have read the CLA Document and I hereby sign the CLA
Loading