Ocean/Tools/InternalCommPassword.go
2015-06-17 17:44:52 +02:00

8 lines
143 B
Go

package Tools
// Provides the communication password.
func InternalCommPassword() (pwd string) {
pwd = internalCommPassword
return
}