mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
8 lines
176 B
Go
8 lines
176 B
Go
package main
|
|
|
|
const (
|
|
Name = "opensnitch-test-ui"
|
|
Version = "1.0.0b"
|
|
Author = "Simone 'evilsocket' Margaritelli"
|
|
Website = "https://github.com/evilsocket/opensnitch"
|
|
)
|