style: add blankline between credits and package declaration

This commit is contained in:
2024-10-22 16:17:15 +05:30
parent 23e1b99728
commit 95bb715a7b
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* /*
Copyright © 2024 tux <0xtux@pm.me> Copyright © 2024 tux <0xtux@pm.me>
*/ */
package cmd package cmd
import ( import (

View File

@ -1,6 +1,7 @@
/* /*
Copyright © 2024 tux <0xtux@pm.me> Copyright © 2024 tux <0xtux@pm.me>
*/ */
package cmd package cmd
import ( import (

View File

@ -1,6 +1,7 @@
/* /*
Copyright © 2024 tux <0xtux@pm.me> Copyright © 2024 tux <0xtux@pm.me>
*/ */
package cmd package cmd
import ( import (

View File

@ -1,6 +1,7 @@
/* /*
Copyright © 2024 tux <0xtux@pm.me> Copyright © 2024 tux <0xtux@pm.me>
*/ */
package main package main
import "github.com/0xtux/trok/cmd" import "github.com/0xtux/trok/cmd"