Benign go Download

github.com/jfjallid/golog v0.3.0

Go module source archive layoutArchive contains go.mod
SHA-256933fd455c67731f7531a6ccd0be1126cfd72daa6754601496f894c9052567f82

Evidence

English function-word token "the" golog.go · lines 1–6
1:172 Jimmy Fjällid. All rights reserved
2// Use of this source code is governed by an MIT license
3// that can be found in the LICENSE file.
4
5// Package golog serves as a wrapper around the default log
6// package to implem
English function-word token "and" golog.go · lines 8–13
8:2/ Error would only print messages of type Error and Critical,
9// while a level of Debug would print all log messages.
10
11// The package defines a type MyLogger, with methods for
12// formatting output, same as the log package, and it also has
13// a predefined 'standard' logge
imports os golog.go · lines 16–28
16:64
17// will be discarded.
18package golog
19
20import (
21 "fmt"
22 "io"
23 "log"
24 "os"
25)
26
27// These flags define the available log levels that can be configured. A level
28// of LevelWarning means that only messages
MIT license permission grant sentence LICENSE · lines 1–7
1MIT License
2
3Copyright (c) 2022 Jimmy Fjällid
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the righ
English function-word token "for" LICENSE · lines 16–18
16:34D TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.