mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-04 13:24:46 +00:00
10 lines
82 B
Go
10 lines
82 B
Go
package hello
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Hello() {
|
|
fmt.Print("Hello TEST")
|
|
}
|