Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xAAL
Code
Go
apps
Compare revisions
f956793f3ade0da35714afb70e46e0cf7109ac29 to 799b104b4f03de11060152f4af50f90cc452ae53
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
xaal/code/go/apps
Select target project
No results found
799b104b4f03de11060152f4af50f90cc452ae53
Select Git revision
Branches
main
Tags
v0.1.0
Swap
Target
xaal/code/go/apps
Select target project
xaal/code/go/apps
1 result
f956793f3ade0da35714afb70e46e0cf7109ac29
Select Git revision
Branches
main
Tags
v0.1.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Started not mandatory (run will cause start anyways)
· e25d8d24
KERDREUX Jerome
authored
4 months ago
e25d8d24
Let's merge
· 799b104b
KERDREUX Jerome
authored
4 months ago
Merge branch 'main' of gitlab.imt-atlantique.fr:xaal/code/go/apps
799b104b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/dumper.go
+0
-1
0 additions, 1 deletion
tools/dumper.go
with
0 additions
and
1 deletion
tools/dumper.go
View file @
799b104b
...
...
@@ -16,7 +16,6 @@ func showMessage(msg *xaal.Message) {
func
main
()
{
xaal
.
SetupLogger
()
eng
:=
xaal
.
NewEngine
()
eng
.
Start
()
eng
.
Subscribe
(
showMessage
)
eng
.
Run
()
...
...
This diff is collapsed.
Click to expand it.