8 lines
160 B
Go
8 lines
160 B
Go
|
package Log
|
||
|
|
||
|
// This function provides the project name for e.g. logging events
|
||
|
// coming trough the ICCC.
|
||
|
func GetProjectName() string {
|
||
|
return projectName
|
||
|
}
|