8 lines
143 B
Go
8 lines
143 B
Go
package Tools
|
|
|
|
// Provides the communication password.
|
|
func InternalCommPassword() (pwd string) {
|
|
pwd = internalCommPassword
|
|
return
|
|
}
|