Compare commits

..

No commits in common. "b0d006b39b37d7d767d84cacb9d6227be66b223f" and "ed9ee356a40420be2e8c91e3f1d3b70286320505" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.nosd.in/yo/glapi module glapi
go 1.18 go 1.18

View File

@ -22,7 +22,7 @@ import (
) )
var ( var (
gVersion = "0.5.6" gVersion = "0.5.5"
gRoLdap *MyLdap gRoLdap *MyLdap
) )