Re: [go-nuts] Re: need library suggestions on writing a record program

2016-11-29 Thread biatche
If you already knew theres an existing library, why write a new one? Self-challenge of some sort? :) It's really something though. On Wednesday, November 30, 2016 at 1:51:20 AM UTC+8, Egon wrote: > > On Tuesday, 29 November 2016 19:35:21 UTC+2, bia...@gmail.com wrote: >> >> Did you write that cod

Re: [go-nuts] Re: need library suggestions on writing a record program

2016-11-29 Thread biatche
Did you write that code just for this thread? I really appreciate it. That gives me options. It runs and its possible for me to setup something based on this. On Tuesday, November 29, 2016 at 11:10:44 PM UTC+8, Egon wrote: > > On Tuesday, 29 November 2016 14:03:13 UTC+2, Ronny Bangsund wrote: >>

Re: [go-nuts] Re: need library suggestions on writing a record program

2016-11-28 Thread biatche
The above is what the present DOS program looks like. Within each section are simply input/text fields. This certain old man who wants this done doesn't want a

[go-nuts] need library suggestions on writing a record program

2016-11-28 Thread biatche
i'd like to rewrite an old dos medical patient record program in go for a friend. its not a complex program by any means i'd probably use go-sqlite3 for storage but its the terminal part where I'm confused. should i use gocui or termbox directly? the program will only have menus to be controlle