summary refs log tree commit diff stats
path: root/cmd
ModeNameSize
d---------cetus-bing41log stats plain
d---------cetus-nasa41log stats plain
rison <ben@gbmor.dev> 2019-06-08 02:29:15 -0400 simplified formatting' href='/gbmor/getwtxt/commit/getwtxt.go?h=v0.4.12&id=3fe7510b7617780e6bcd7bd9a5575f11f59b6e15'>3fe7510 ^
fd43c61 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


















                                                                    

            
                                       



                   
/*
Copyright (c) 2019 Ben Morrison (gbmor)

This file is part of Getwtxt.

Getwtxt is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Getwtxt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Getwtxt.  If not, see <https://www.gnu.org/licenses/>.
*/

package main

import "github.com/getwtxt/getwtxt/svc"

func main() {
	svc.Start()
}