Ocean/Log/GetProjectName.go

8 lines
160 B
Go
Raw Normal View History

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