From 510d80244d2b942dacdd3875fbfdbe54bb2a893c Mon Sep 17 00:00:00 2001 From: Max Harley Date: Fri, 18 Aug 2017 15:19:32 -0400 Subject: [PATCH] Changing poorly nvimmed files --- domain/get_categorization.go | 6 +++--- main.go | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/domain/get_categorization.go b/domain/get_categorization.go index d04085f..35df0f1 100644 --- a/domain/get_categorization.go +++ b/domain/get_categorization.go @@ -47,13 +47,13 @@ var list = map[int]string{ 45: "Job Search/Careers", 46: "News/Media", 47: "Personals/Dating", - 49: "Refer ence", + 49: "Reference", 50: "Mixed Content/Potentially Adult", 51: "Chat (IM)/SMS", 52: "Email", 53: "Newsgroups/Forums", 54: "Religion", - 55: "Social Ne tworking", + 55: "Social Networking", 56: "File Storage/Sharing", 57: "Remote Access Tools", 58: "Shopping", @@ -64,7 +64,7 @@ var list = map[int]string{ 63: "Personal Sites", 64: "Restaurants/Dining/Food", 65: "Sports/Recreation", - 66: "Tr avel", + 66: "Travel", 67: "Vehicles", 68: "Humor/Jokes", 69: "Streaming Media/MP3/P2P", diff --git a/main.go b/main.go index c51ac35..9cbd4ac 100644 --- a/main.go +++ b/main.go @@ -1,16 +1,3 @@ -// Copyright © 2017 NAME HERE -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package main import "github.com/t94j0/AIRMASTER/cmd"