Hello Gophers,
I have released a chemical products management application for schools
and universities (or others).
https://github.com/tbellembois/gochimitheque
This is a project started in 2015 that has been rewritten in Go.
This may interest chemical engineers or teachers.
Regards,
Thomas
Hello Gophers,
I have written a small script to display the open application names in
the i3 wm workspace bar. You can also map each application to a custom
name. I use the great i3/go-i3 package (https://github.com/i3/go-i3).
https://github.com/tbellembois/goi3autowname
Regards,
Thomas
--
Yo
Hello,
I have released a new version of my Gobkm online bookmark manager:
https://github.com/tbellembois/gobkm/tree/gijgo
You can download it here:
https://github.com/tbellembois/gobkm/releases/tag/1.1
The major improvements are:
- a new tree with Gijgo http://gijgo.com/
- a better responsive su
Hello,
For one of my projects I wanted to create first a sample Web app in Go
with the full layers (authentication, authorization, views, databases)
and with no framework (but with toolkits).
It is not perfect but I want to share if it may help others:
https://github.com/tbellembois/gowebskel
Fe
Hello Gophers and happy new year !
I have released the version 1.0 of the GoBkm bookmarks manager.
https://github.com/tbellembois/gobkm/releases/tag/1.0
The GUI is more responsive and clear.
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups
"golang-
Hi Gophers !
I have released a new version of the GoBkm bookmarks manager.
https://github.com/tbellembois/gobkm/releases/tag/0.9
The main improvement is the new GUI.
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscr
Hello,
I have released a new version (0.8) of the GoBkm online bookmarks manager.
The GUI has been improved.
Regards,
Thomas Bellembois
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiv
Hello,
I have an application that define structures
type Team struct {
ID uint `gorm:"primary_key"`
Name string `json:"Name"`
}
type MailingList struct {
ID uint `gorm:"primary_key"`
Name string `json:"Name"`
Comment string `json:"Comment"`
}
...
and handlers to mana
Hello Golang community,
I have released a new version of the GoBkm bookmark manager:
https://github.com/tbellembois/gobkm/releases/tag/0.7
This version fixes an issue with complex bookmark URLs.
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups
"gol