Skip to content

Instantly share code, notes, and snippets.

@frame-lang
Created June 8, 2022 12:27
Show Gist options
  • Save frame-lang/b5574a1163de4cf13c6133a180ffedf5 to your computer and use it in GitHub Desktop.
Save frame-lang/b5574a1163de4cf13c6133a180ffedf5 to your computer and use it in GitHub Desktop.
func (m *trafficLightStruct) initTrafficLight() {
m._manager_.InitTrafficLight()
}
func (m *trafficLightStruct) startWorkingTimer() {
m._manager_.StartWorkingTimer()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment